Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4499 Rev 4659
Línea 161... Línea 161...
161
.helper__list {
161
.helper__list {
162
    display: flex;
162
    display: flex;
163
    flex-direction: column;
163
    flex-direction: column;
164
    transition: all 0.2s ease-in-out;
164
    transition: all 0.2s ease-in-out;
165
    overflow: hidden;
165
    overflow: hidden;
-
 
166
    gap: 0.5rem;
166
    &.hide {
167
    &.hide {
167
        height: 0;
168
        height: 0;
168
    }
169
    }
169
    &.show {
170
    &.show {
170
        height: auto;
171
        height: auto;