Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3850 Rev 3960
Línea 6... Línea 6...
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 1rem 0;
9
  padding: 1rem 1rem 0;
10
  gap: 0.5rem;
10
  gap: 0.5rem;
11
  justify-content: space-evenly;
11
  justify-content: space-between;
12
  flex-wrap: wrap;
12
  flex-wrap: wrap;
13
  align-items: center;
13
  align-items: center;
14
  position: relative;
14
  position: relative;
15
  height: auto;
15
  height: auto;
16
  margin-bottom: 1rem;
16
  margin-bottom: 1rem;
Línea 116... Línea 116...
116
 
116
 
117
.searchInputContainer {
117
.searchInputContainer {
118
  display: flex;
118
  display: flex;
119
  font-size: 0.9rem;
119
  font-size: 0.9rem;
-
 
120
  width: 65%;
120
  width: 65%;
121
  flex: 1;
121
  order: 2;
122
  order: 2;
122
  form {
123
  form {
123
    display: flex;
124
    display: flex;
124
    align-items: center;
125
    align-items: center;
Línea 170... Línea 171...
170
    display: none;
171
    display: none;
171
  }
172
  }
172
}
173
}
Línea 173... Línea 174...
173
 
174
 
-
 
175
@include breakpoints.maxwidth("medium") {
-
 
176
  .navbar {
-
 
177
    justify-content: space-evenly;
174
@include breakpoints.maxwidth("medium") {
178
  }
175
  .logo {
179
  .logo {
176
    max-width: 317px;
180
    max-width: 317px;
177
  }
181
  }
178
  .hamburgerIcon {
182
  .hamburgerIcon {
179
    display: none;
183
    display: none;
180
  }
184
  }
181
  .searchInputContainer {
185
  .searchInputContainer {
-
 
186
    width: 40%;
182
    width: 40%;
187
    flex: auto;
183
    order: 3;
188
    order: 3;
184
    input {
189
    input {
185
      padding: 0.4rem 1rem 0.4rem 2rem;
190
      padding: 0.4rem 1rem 0.4rem 2rem;
186
    }
191
    }