Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3688 Rev 3689
Línea 173... Línea 173...
173
  .navbar {
173
  .navbar {
174
    height: 104px;
174
    height: 104px;
175
    padding: 0px 2rem;
175
    padding: 0px 2rem;
176
    gap: 0;
176
    gap: 0;
177
  }
177
  }
-
 
178
  .searchInputContainer {
-
 
179
    width: 20%;
-
 
180
  }
178
}
181
}
Línea 179... Línea 182...
179
 
182
 
180
@include breakpoints.maxwidth("large") {
183
@include breakpoints.maxwidth("large") {
181
  .searchInputContainer {
184
  .searchInputContainer {
Línea 191... Línea 194...
191
  }
194
  }
192
  .hamburgerIcon {
195
  .hamburgerIcon {
193
    display: none;
196
    display: none;
194
  }
197
  }
195
  .searchInputContainer {
198
  .searchInputContainer {
196
    width: 20%;
199
    width: 40%;
197
    order: 3;
200
    order: 3;
198
  }
201
  }
199
  .bellIcon {
202
  .bellIcon {
200
    background-color: initial;
203
    background-color: initial;
201
    color: $font-color;
204
    color: $font-color;