Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2644 Rev 2645
Línea 5411... Línea 5411...
5411
 
5411
 
5412
.cp-field input,
5412
.cp-field input,
5413
.cp-field textarea,
5413
.cp-field textarea,
5414
.cp-field select,
5414
.cp-field select,
5415
.custom-input {
5415
.custom-input {
5416
    width: 100%;
5416
    width: 100% !important;
5417
    background-color: #f5f5f5;
5417
    background-color: #f5f5f5 !important;
5418
    box-shadow: 0 0 2px var(--border-light-gray);
5418
    box-shadow: 0 0 2px var(--border-light-gray) !important;
5419
    border-radius: 10px;
5419
    border-radius: 10px !important;
5420
    border: none;
5420
    border: none !important;
5421
    margin-top: 4px;
5421
    margin-top: 4px;
Línea 5422... Línea 5422...
5422
}
5422
}
5423
 
5423