Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3970 Rev 3972
Línea 9... Línea 9...
9
  &__ul {
9
  &__ul {
10
    display: inline-flex;
10
    display: inline-flex;
11
    height: 100%;
11
    height: 100%;
12
    align-items: center;
12
    align-items: center;
13
    gap: 1rem;
13
    gap: 1rem;
14
    &:nth-child(1) {
-
 
15
      flex: 1.5;
-
 
16
      justify-content: space-evenly;
-
 
17
    }
-
 
18
    &:nth-child(2) {
-
 
19
      flex: 1;
-
 
20
      justify-content: space-around;
14
    justify-content: space-around;
21
    }
-
 
22
    &__li {
15
    &__li {
23
      position: relative;
16
      position: relative;
24
      display: flex;
17
      display: flex;
25
      flex-direction: column;
18
      flex-direction: column;
26
      align-items: center;
19
      align-items: center;
Línea 110... Línea 103...
110
}
103
}
Línea 111... Línea 104...
111
 
104
 
112
@include breakpoints.maxwidth("medium") {
105
@include breakpoints.maxwidth("medium") {
113
  .navLinksContainer {
106
  .navLinksContainer {
114
    height: 100%;
-
 
115
    gap: 1rem;
107
    height: 100%;
116
    flex: auto;
108
    flex: auto;
117
    min-width: auto;
109
    min-width: auto;
-
 
110
    &__ul {
118
    &__ul {
111
      display: inline-flex;
119
      flex: auto !important;
112
      flex: auto !important;
120
      justify-content: inherit !important;
113
      justify-content: inherit !important;
121
      &__li {
114
      &__li {
122
        padding-bottom: 0;
115
        padding-bottom: 0;