Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3956 Rev 3957
Línea 8... Línea 8...
8
  &__ul {
8
  &__ul {
9
    display: flex;
9
    display: flex;
10
    height: 100%;
10
    height: 100%;
11
    align-items: center;
11
    align-items: center;
12
    gap: 1rem;
12
    gap: 1rem;
-
 
13
    &:nth-child(1) {
-
 
14
      flex: 1.5;
-
 
15
      justify-content: space-evenly;
-
 
16
    }
-
 
17
    &:nth-child(2) {
-
 
18
      flex: 1;
-
 
19
      justify-content: space-around;
-
 
20
    }
13
    &__li {
21
    &__li {
14
      position: relative;
22
      position: relative;
15
      display: flex;
23
      display: flex;
16
      flex-direction: column;
24
      flex-direction: column;
17
      align-items: center;
25
      align-items: center;
Línea 20... Línea 28...
20
      color: $font-color;
28
      color: $font-color;
21
      padding-top: 12px;
29
      padding-top: 12px;
22
      padding-bottom: 12px;
30
      padding-bottom: 12px;
23
      gap: 0.5rem;
31
      gap: 0.5rem;
24
      font-size: 1.5rem;
32
      font-size: 1.5rem;
25
      &:nth-child(1) {
-
 
26
        flex: 1.5;
-
 
27
        justify-content: space-evenly;
-
 
28
      }
-
 
29
      &:nth-child(2) {
-
 
30
        flex: 1;
-
 
31
        justify-content: space-around;
-
 
32
      }
-
 
33
      & > a {
33
      & > a {
34
        display: flex;
34
        display: flex;
35
        p {
35
        p {
36
          display: none;
36
          display: none;
37
          font-size: 1.1rem;
37
          font-size: 1.1rem;