Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4318 Rev 4319
Línea 139... Línea 139...
139
}
139
}
Línea 140... Línea 140...
140
 
140
 
141
.helper__list {
141
.helper__list {
142
    display: flex;
142
    display: flex;
143
    flex-direction: column;
-
 
144
    padding-bottom: 10px;
143
    flex-direction: column;
-
 
144
    transition: all 0.2s ease-in-out;
145
    transition: all 0.2s ease-in-out;
145
    overflow: hidden;
146
    &.hide {
146
    &.hide {
147
        height: 0;
147
        height: 0;
148
    }
148
    }
149
    &.show {
149
    &.show {
Línea 152... Línea 152...
152
    .helper__list-item {
152
    .helper__list-item {
153
        padding: 0 10px;
153
        padding: 0 10px;
154
        display: flex;
154
        display: flex;
155
        align-items: center;
155
        align-items: center;
156
        gap: 0.5rem;
156
        gap: 0.5rem;
157
        overflow: hidden;
-
 
158
        &:hover {
157
        &:hover {
159
            background-color: rgba(0, 0, 0, 0.08);
158
            background-color: rgba(0, 0, 0, 0.08);
160
        }
159
        }
161
        & > span {
160
        & > span {
162
            font-size: 0.9rem;
161
            font-size: 0.9rem;