Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3655 | Rev 3661 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3655 Rev 3660
Línea 3... Línea 3...
3
.navLinksContainer {
3
.navLinksContainer {
4
  align-items: center;
4
  align-items: center;
5
  display: flex;
5
  display: flex;
6
  max-width: 80%;
6
  max-width: 80%;
7
  order: 4;
7
  order: 4;
8
  gap: 0.5rem;
8
  gap: 1rem;
9
  &__ul {
9
  &__ul {
10
    display: flex;
10
    display: flex;
11
    height: 100%;
11
    height: 100%;
12
    align-items: center;
12
    align-items: center;
13
    gap: 0.5rem;
13
    gap: 1rem;
14
    &__li {
14
    &__li {
15
      position: relative;
15
      position: relative;
16
      display: flex;
16
      display: flex;
17
      flex-direction: column;
17
      flex-direction: column;
18
      align-items: center;
18
      align-items: center;
Línea 109... Línea 109...
109
@include breakpoints.maxwidth("medium") {
109
@include breakpoints.maxwidth("medium") {
110
  .navLinksContainer {
110
  .navLinksContainer {
111
    height: 100%;
111
    height: 100%;
112
    order: 2;
112
    order: 2;
113
    max-width: none;
113
    max-width: none;
114
    &__ul {
114
    &__ul__li {
115
      gap: 1rem;
-
 
116
      &__li {
-
 
117
        padding-bottom: 0;
115
      padding-bottom: 0;
118
        & > a p {
116
      & > a p {
119
          display: inline-flex;
117
        display: inline-flex;
120
        }
118
      }
121
        &:hover {
119
      &:hover {
122
          font-weight: bold;
120
        font-weight: bold;
123
          border-bottom: 2px solid $font-color;
121
        border-bottom: 2px solid $font-color;
124
          .navLinkDropdown {
122
        .navLinkDropdown {
125
            transform: translateX(-50%);
123
          transform: translateX(-50%);
126
          }
-
 
127
        }
124
        }
128
      }
125
      }
129
    }
126
    }
130
  }
127
  }
131
}
128
}