Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3690 Rev 3692
Línea 167... Línea 167...
167
  .chatIcon {
167
  .chatIcon {
168
    display: none;
168
    display: none;
169
  }
169
  }
170
}
170
}
Línea 171... Línea -...
171
 
-
 
172
@include breakpoints.maxwidth("desktop") {
-
 
173
  .navbar {
-
 
174
    height: 104px;
-
 
175
    padding: 0px 2rem;
-
 
176
    gap: 0;
-
 
177
  }
-
 
178
}
-
 
179
 
-
 
180
@include breakpoints.maxwidth("large") {
-
 
181
  .searchInputContainer {
-
 
182
    width: 20%;
-
 
183
    input {
-
 
184
      padding: 0.4rem 1rem 0.4rem 2rem;
-
 
185
    }
-
 
186
  }
-
 
187
}
-
 
188
 
171
 
189
@include breakpoints.maxwidth("medium") {
172
@include breakpoints.maxwidth("medium") {
190
  .logo {
173
  .logo {
191
    width: 130px;
174
    width: 130px;
192
  }
175
  }
Línea 200... Línea 183...
200
  .bellIcon {
183
  .bellIcon {
201
    background-color: initial;
184
    background-color: initial;
202
    color: $font-color;
185
    color: $font-color;
203
  }
186
  }
204
}
187
}
-
 
188
 
-
 
189
@include breakpoints.maxwidth("large") {
-
 
190
  .searchInputContainer {
-
 
191
    width: 20%;
-
 
192
    input {
-
 
193
      padding: 0.4rem 1rem 0.4rem 2rem;
-
 
194
    }
-
 
195
  }
-
 
196
}
-
 
197
 
-
 
198
@include breakpoints.maxwidth("desktop") {
-
 
199
  .navbar {
-
 
200
    height: 104px;
-
 
201
    padding: 0px 2rem;
-
 
202
    gap: 0;
-
 
203
  }
-
 
204
}
205
205