Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4180 Rev 4915
Línea 121... Línea 121...
121
  background-color: rgba(0, 0, 0, 0.205);
121
  background-color: rgba(0, 0, 0, 0.205);
122
  z-index: 900;
122
  z-index: 900;
123
}
123
}
Línea 124... Línea 124...
124
 
124
 
125
.searchInputContainer {
-
 
126
  display: flex;
125
.searchInputContainer {
127
  font-size: 0.9rem;
126
  font-size: 0.9rem;
128
  min-width: 65%;
127
  min-width: 65%;
129
  flex: 1;
128
  flex: 1;
130
  order: 2;
129
  order: 1;
131
  form {
130
  form {
132
    display: flex;
131
    display: flex;
133
    align-items: center;
132
    align-items: center;
134
    width: 100%;
133
    width: 100%;
Línea 188... Línea 187...
188
    max-width: 317px;
187
    max-width: 317px;
189
  }
188
  }
190
  .hamburgerIcon {
189
  .hamburgerIcon {
191
    display: none;
190
    display: none;
192
  }
191
  }
193
  .searchInputContainer {
192
  .searchInputContainer input {
194
    width: 40%;
-
 
195
    min-width: auto;
-
 
196
    flex: inherit;
-
 
197
    order: 3;
-
 
198
    input {
-
 
199
      padding: 0.4rem 1rem 0.4rem 2rem;
193
    padding: 0.4rem 1rem 0.4rem 2rem;
200
    }
-
 
201
  }
194
  }
202
  .bellIcon {
195
  .bellIcon {
203
    background-color: initial;
196
    background-color: initial;
204
    color: $font-color;
197
    color: $font-color;
205
  }
198
  }
206
}
199
}
Línea 207... Línea 200...
207
 
200
 
208
@include breakpoints.maxwidth("desktop") {
201
@include breakpoints.maxwidth("desktop") {
209
  .searchInputContainer {
202
  .searchInputContainer {
-
 
203
    width: 15%;
210
    width: 15%;
204
    order: 3;
211
  }
205
  }
212
  .navbar {
206
  .navbar {
213
    min-height: 104px;
207
    min-height: 104px;
214
    padding: 0px 2rem;
208
    padding: 0px 2rem;