Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3684 Rev 3685
Línea 175... Línea 175...
175
    padding: 0px 2rem;
175
    padding: 0px 2rem;
176
    gap: 0;
176
    gap: 0;
177
  }
177
  }
178
}
178
}
Línea 179... Línea 179...
179
 
179
 
180
@include breakpoints.maxwidth("medium") {
-
 
181
  .logo {
-
 
182
    width: 130px;
-
 
183
  }
-
 
184
  .hamburgerIcon {
-
 
185
    display: none;
-
 
186
  }
180
@include breakpoints.maxwidth("large") {
187
  .searchInputContainer {
181
  .searchInputContainer {
188
    width: 20%;
182
    width: 20%;
189
    order: 3;
183
    order: 3;
190
    input {
184
    input {
191
      padding: 0.4rem 1rem 0.4rem 2rem;
185
      padding: 0.4rem 1rem 0.4rem 2rem;
192
    }
186
    }
-
 
187
  }
-
 
188
}
-
 
189
 
-
 
190
@include breakpoints.maxwidth("medium") {
-
 
191
  .logo {
-
 
192
    width: 130px;
-
 
193
  }
-
 
194
  .hamburgerIcon {
-
 
195
    display: none;
193
  }
196
  }
194
  .bellIcon {
197
  .bellIcon {
195
    background-color: initial;
198
    background-color: initial;
196
    color: $font-color;
199
    color: $font-color;
197
  }
200
  }