Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3739 Rev 3867
Línea 779... Línea 779...
779
}
779
}
Línea 780... Línea 780...
780
 
780
 
781
.market_admin_title_buttons {
781
.market_admin_title_buttons {
782
    width: 100%;
782
    width: 100%;
783
    display: flex;
783
    display: flex;
784
    gap: 1rem;
784
    gap: .5rem;
785
    flex-direction: column;
785
    flex-direction: column;
786
    justify-content: space-between;
786
    justify-content: space-between;
787
    align-items: center;
787
    align-items: center;
Línea 802... Línea 802...
802
}
802
}
Línea 803... Línea 803...
803
 
803
 
804
.market_admin_title_buttons .search_input {
804
.market_admin_title_buttons .search_input {
805
    width: 100%;
805
    width: 100%;
-
 
806
    position: relative;
806
    position: relative;
807
    margin-bottom: 0;
807
    input,
808
    input,
808
    input:focus {
809
    input:focus {
809
        background: $bg-color;
810
        background: $bg-color;
810
        &::placeholder {
811
        &::placeholder {