Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4316 Rev 4317
Línea 141... Línea 141...
141
    display: flex;
141
    display: flex;
142
    flex-direction: column;
142
    flex-direction: column;
143
    padding-bottom: 10px;
143
    padding-bottom: 10px;
144
    transition: all 0.2s ease-in-out;
144
    transition: all 0.2s ease-in-out;
145
    &.hide {
145
    &.hide {
146
        transform: scaleY(0);
146
        height: 0;
147
    }
147
    }
148
    &.show {
148
    &.show {
149
        transform: scaleY(1);
149
        height: auto;
150
    }
150
    }
151
    .helper__list-item {
151
    .helper__list-item {
152
        padding: 0 10px;
152
        padding: 0 10px;
153
        display: flex;
153
        display: flex;
154
        align-items: center;
154
        align-items: center;