Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3655 Rev 3684
Línea 13... Línea 13...
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;
17
  box-shadow: $shadow;
17
  box-shadow: $shadow;
18
  @media (max-width: 361px) {
-
 
19
    padding: 1rem 1rem 0;
-
 
20
  }
-
 
21
}
18
}
Línea 22... Línea 19...
22
 
19
 
23
.rightNavContainer {
20
.rightNavContainer {
24
  display: none;
21
  display: none;
Línea 170... Línea 167...
170
  .chatIcon {
167
  .chatIcon {
171
    display: none;
168
    display: none;
172
  }
169
  }
173
}
170
}
Línea 174... Línea 171...
174
 
171
 
175
@include breakpoints.maxwidth("large") {
172
@include breakpoints.maxwidth("desktop") {
176
  .navbar {
173
  .navbar {
177
    height: 104px;
174
    height: 104px;
178
    padding: 0px 2rem;
175
    padding: 0px 2rem;
179
    gap: 0;
176
    gap: 0;