Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5450 Rev 5453
Línea 4... Línea 4...
4
.navbar {
4
.navbar {
5
  display: flex;
5
  display: flex;
6
  background-color: $bg-color;
6
  background-color: $bg-color;
7
  width: 100%;
7
  width: 100%;
8
  border-bottom: solid 1px $border-primary;
8
  border-bottom: solid 1px $border-primary;
9
  padding: 1rem;
-
 
10
  gap: 1rem;
9
  gap: 1rem;
11
  justify-content: space-between;
10
  justify-content: space-between;
12
  flex-wrap: wrap;
11
  flex-wrap: wrap;
13
  align-items: center;
12
  align-items: center;
14
  position: relative;
13
  position: relative;
Línea 178... Línea 177...
178
    display: none;
177
    display: none;
179
  }
178
  }
180
}
179
}
Línea 181... Línea 180...
181
 
180
 
182
@include breakpoints.maxwidth("medium") {
-
 
183
  .navbar {
-
 
184
    justify-content: space-evenly;
-
 
185
  }
181
@include breakpoints.maxwidth("medium") {
186
  .logo {
182
  .logo {
187
    max-width: 317px;
183
    max-width: 317px;
188
  }
184
  }
189
  .hamburgerIcon {
185
  .hamburgerIcon {
Línea 196... Línea 192...
196
    background-color: initial;
192
    background-color: initial;
197
    color: $font-color;
193
    color: $font-color;
198
  }
194
  }
199
}
195
}
Línea 200... Línea -...
200
 
-
 
201
@include breakpoints.maxwidth("large") {
-
 
202
  .navbar {
-
 
203
    padding: 1rem 5% 0;
-
 
204
  }
-
 
205
}
-
 
206
 
196
 
207
@include breakpoints.maxwidth("desktop") {
197
@include breakpoints.maxwidth("desktop") {
208
  .searchInputContainer {
198
  .searchInputContainer {
209
    order: 3;
199
    order: 3;
210
    min-width: auto;
200
    min-width: auto;
211
    flex: inherit;
201
    flex: inherit;
212
  }
202
  }
213
  .navbar {
-
 
214
    min-height: 104px;
203
  .navbar {
215
    padding: 0 5%;
-
 
216
    flex-wrap: nowrap;
204
    padding: 0 5%;
217
  }
205
  }