Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4219 Rev 4220
Línea 65... Línea 65...
65
  border-radius: $border-radius;
65
  border-radius: $border-radius;
66
  box-shadow: $shadow;
66
  box-shadow: $shadow;
67
  ul {
67
  ul {
68
    max-height: 20rem;
68
    max-height: 20rem;
69
    overflow: scroll;
69
    overflow: scroll;
-
 
70
    li a{
-
 
71
      min-width: 15ch;
-
 
72
    }
70
    li:hover a {
73
    li:hover a {
71
      font-weight: bold;
74
      font-weight: bold;
72
    }
75
    }
73
  }
76
  }
74
}
77
}
Línea 91... Línea 94...
91
    li {
94
    li {
92
      position: relative;
95
      position: relative;
93
      a {
96
      a {
94
        font-size: 1.1rem;
97
        font-size: 1.1rem;
95
        display: flex;
98
        display: flex;
96
        min-width: 15ch;
-
 
97
      }
99
      }
98
      &:hover > a {
100
      &:hover > a {
99
        font-weight: bold;
101
        font-weight: bold;
100
      }
102
      }
101
      &:hover .navLinkLevelThree {
103
      &:hover .navLinkLevelThree {