Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3910 Rev 3911
Línea 99... Línea 99...
99
      }
99
      }
100
    }
100
    }
101
  }
101
  }
102
}
102
}
Línea 103... Línea 103...
103
 
103
 
104
@include breakpoints.maxwidth("large") {
104
@include breakpoints.maxwidth("medium") {
105
  .navLinksContainer {
105
  .navLinksContainer {
106
    height: 100%;
-
 
107
    order: 2;
106
    height: 100%;
108
    max-width: none;
107
    max-width: none;
109
    &__ul__li {
108
    &__ul__li {
110
      padding-bottom: 0;
109
      padding-bottom: 0;
111
      & > a p {
110
      & > a p {
Línea 119... Línea 118...
119
        }
118
        }
120
      }
119
      }
121
    }
120
    }
122
  }
121
  }
123
}
122
}
-
 
123
@include breakpoints.maxwidth("large") {
-
 
124
  .navLinksContainer {
-
 
125
    order: 2;
-
 
126
  }
-
 
127
}
124
128