Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4916 Rev 4919
Línea 180... Línea 180...
180
}
180
}
Línea 181... Línea 181...
181
 
181
 
182
@include breakpoints.maxwidth("medium") {
182
@include breakpoints.maxwidth("medium") {
183
  .navbar {
183
  .navbar {
-
 
184
    justify-content: space-evenly;
184
    justify-content: space-evenly;
185
    padding: 1rem 1rem 0;
185
  }
186
  }
186
  .logo {
187
  .logo {
187
    max-width: 317px;
188
    max-width: 317px;
188
  }
189
  }
Línea 196... Línea 197...
196
    background-color: initial;
197
    background-color: initial;
197
    color: $font-color;
198
    color: $font-color;
198
  }
199
  }
199
}
200
}
Línea -... Línea 201...
-
 
201
 
-
 
202
@include breakpoints.maxwidth("large") {
-
 
203
  .navbar {
-
 
204
    padding: 1rem 5% 0;
-
 
205
  }
-
 
206
}
200
 
207
 
201
@include breakpoints.maxwidth("desktop") {
208
@include breakpoints.maxwidth("desktop") {
202
  .searchInputContainer {
209
  .searchInputContainer {
203
    order: 3;
210
    order: 3;
204
    min-width: auto;
211
    min-width: auto;