Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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