Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3963 Rev 3967
Línea 1... Línea 1...
1
.responsiveNavbar {
1
.responsiveNavbar {
2
  display: block;
2
  display: flex;
-
 
3
  flex-direction: column;
-
 
4
  gap: 0.5rem;
3
  position: fixed;
5
  position: fixed;
4
  left: 0;
-
 
5
  top: 0;
6
  top: 0;
6
  width: 70vw;
7
  width: 70vw;
7
  height: 100vh;
8
  height: 100vh;
8
  background: $bg-color;
9
  background: $bg-color;
9
  border: 1px solid $border-primary;
-
 
10
  overflow: hidden;
-
 
11
  overflow-y: scroll;
10
  overflow-y: scroll;
12
  z-index: 1000;
11
  z-index: 1000;
13
  ul {
12
  ul {
14
    display: flex;
13
    display: flex;
15
    flex-direction: column;
14
    flex-direction: column;
Línea 29... Línea 28...
29
  width: 100%;
28
  width: 100%;
30
  padding: 1rem;
29
  padding: 1rem;
31
  border-bottom: 1px solid $white;
30
  border-bottom: 1px solid $white;
32
  text-align: left;
31
  text-align: left;
33
  margin-bottom: 1rem;
32
  margin-bottom: 1rem;
34
  transition: all .3s ease;
33
  transition: all 0.3s ease;
35
  a {
34
  a {
36
    color: $white;
35
    color: $white;
37
    font-size: 1.3rem;
36
    font-size: 1.3rem;
38
    i {
37
    i {
39
      margin-right: 1rem;
38
      margin-right: 1rem;