Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4413 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4413 Rev 4418
Línea 4979... Línea 4979...
4979
        display: flex;
4979
        display: flex;
4980
        width: 100%;
4980
        width: 100%;
4981
        gap: 1rem;
4981
        gap: 1rem;
4982
        align-items: center;
4982
        align-items: center;
4983
    }
4983
    }
4984
    .cp-field{
4984
    .cp-field {
4985
        flex: 1;
4985
        flex: 1;
4986
        display: flex;
4986
        display: flex;
4987
        flex-direction: column;
4987
        flex-direction: column;
4988
        gap: .5rem;
4988
        gap: 0.5rem;
4989
        align-items: flex-start;
4989
        align-items: flex-start;
4990
    }
4990
    }
4991
}
4991
}
Línea 4992... Línea 4992...
4992
 
4992
 
Línea 5580... Línea 5580...
5580
        background: none;
5580
        background: none;
5581
    }
5581
    }
5582
    &.show {
5582
    &.show {
5583
        padding: 0.5rem;
5583
        padding: 0.5rem;
5584
        background-color: #eef3f0;
5584
        background-color: #eef3f0;
5585
        flex: 1;
5585
        width: -webkit-fill-available;
5586
        & > input {
5586
        & > input {
5587
            display: initial;
5587
            display: initial;
5588
        }
5588
        }
5589
    }
5589
    }
5590
}
5590
}