Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5103 Rev 5108
Línea 122... Línea 122...
122
      display: flex;
122
      display: flex;
123
      position: relative;
123
      position: relative;
124
      gap: 1rem;
124
      gap: 1rem;
Línea 125... Línea 125...
125
 
125
 
126
      a {
-
 
127
        min-width: 15ch;
126
      a {
128
        font-size: 1.1rem;
127
        font-size: 1.1rem;
129
        text-align: left;
128
        text-align: left;
-
 
129
        white-space: nowrap;
130
        white-space: nowrap;
130
 
Línea 131... Línea 131...
131
      }
131
      }
132
 
132
 
133
      &:hover {
133
      &:hover {
134
        .navLinkLevelThree {
134
        .navLinkLevelThree {
Línea 135... Línea 135...
135
          display: block;
135
          display: block;
136
        }
-
 
137
 
136
        }
138
        &>a,
137
 
-
 
138
        &>a {
139
        .navLinkLevelThree ul li:hover a {
139
          font-weight: bold;
140
          font-weight: bold;
140
        }
141
        }
141
 
142
      }
142
      }
Línea 143... Línea 143...
143
    }
143
    }
144
  }
144
  }
145
}
145
}
146
 
146
 
-
 
147
.navLinkLevelThree,
Línea 147... Línea 148...
147
.navLinkLevelThree,
148
.notifications-list {
148
.notifications-list {
149
  top: -10%;
149
  top: -10%;
150
  left: 100%;
150
  left: 100%;
151
  transform: none;