Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3496 Rev 3695
Línea 17... Línea 17...
17
    justify-content: center;
17
    justify-content: center;
18
    li:not(:first-child) {
18
    li:not(:first-child) {
19
      margin-top: 1rem;
19
      margin-top: 1rem;
20
    }
20
    }
21
    a {
21
    a {
22
      color: $white;
22
      color: $font-color;
23
      text-align: center;
-
 
24
      font-size: 1.3rem;
-
 
25
      &:hover {
23
      &:hover {
26
        color: $white;
24
        font-weight: bold;
27
      }
25
      }
28
    }
26
    }
29
  }
27
  }
30
}
28
}