Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3693 Rev 3735
Línea 187... Línea 187...
187
}
187
}
Línea 188... Línea 188...
188
 
188
 
189
@include breakpoints.maxwidth("large") {
189
@include breakpoints.maxwidth("large") {
190
  .searchInputContainer {
190
  .searchInputContainer {
191
    width: 20%;
-
 
192
    input {
-
 
193
      padding: 0.4rem 1rem 0.4rem 2rem;
-
 
194
    }
191
    width: 20%;
195
  }
192
  }
Línea 196... Línea 193...
196
}
193
}
197
 
194
 
198
@include breakpoints.maxwidth("desktop") {
195
@include breakpoints.maxwidth("desktop") {
199
  .navbar {
196
  .navbar {
200
    height: 104px;
197
    height: 104px;
201
    padding: 0px 2rem;
198
    padding: 0px 2rem;
202
    gap: 0;
-
 
203
  }
199
    gap: 0;
-
 
200
  }