Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6635 Rev 6707
Línea 7... Línea 7...
7
  width: 70vw;
7
  width: 70vw;
8
  height: 100vh;
8
  height: 100vh;
9
  background: $bg-color;
9
  background: $bg-color;
10
  overflow-y: scroll;
10
  overflow-y: scroll;
11
  z-index: 1000;
11
  z-index: 1000;
-
 
12
 
12
  ul {
13
  ul {
13
    display: flex;
14
    display: flex;
14
    flex-direction: column;
15
    flex-direction: column;
15
    justify-content: center;
16
    justify-content: center;
16
    gap: 0.5rem;
17
    gap: 0.5rem;
-
 
18
 
17
    a {
19
    a {
18
      color: $font-color;
20
      color: $font-color;
19
      font-size: 1rem;
21
      font-size: 1rem;
-
 
22
 
20
      &:hover {
23
      &:hover {
21
        font-weight: bold;
24
        font-weight: bold;
22
      }
25
      }
23
    }
26
    }
24
  }
27
  }
Línea 29... Línea 32...
29
  padding: 1rem;
32
  padding: 1rem;
30
  border-bottom: 1px solid $white;
33
  border-bottom: 1px solid $white;
31
  text-align: left;
34
  text-align: left;
32
  margin-bottom: 1rem;
35
  margin-bottom: 1rem;
33
  transition: all 0.3s ease;
36
  transition: all 0.3s ease;
-
 
37
 
34
  a {
38
  a {
35
    color: $white;
39
    color: $white;
36
    font-size: 1.3rem;
40
    font-size: 1.3rem;
-
 
41
 
37
    i {
42
    i {
38
      margin-right: 1rem;
43
      margin-right: 1rem;
39
    }
44
    }
40
  }
45
  }
41
}
46
}
Línea 44... Línea 49...
44
  transform: translateX(0);
49
  transform: translateX(0);
45
}
50
}
Línea 46... Línea 51...
46
 
51
 
47
.slideOut {
52
.slideOut {
48
  transform: translateX(-100%);
53
  transform: translateX(-100%);
49
}
54
}