Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3572 Rev 3573
Línea 834... Línea 834...
834
 
834
 
835
.search-btn {
835
.search-btn {
836
    width: 100px;
836
    width: 100px;
837
    right: 0;
837
    right: 0;
838
    height: 100%;
838
    height: 100%;
839
    background: #fff;
839
    background: $bg-color;
840
    position: absolute;
840
    position: absolute;
841
    border: 1px solid #ced4da;
841
    border: 1px solid $border-primary;
842
    top: 0;
842
    top: 0;
843
    color: var(--gray);
843
    color: $font-color;
844
    font-weight: 600;
844
    font-weight: 600;
845
    border-start-end-radius: 0.25rem;
845
    border-start-end-radius: 0.25rem;
846
    border-bottom-right-radius: 0.25rem;
846
    border-bottom-right-radius: 0.25rem;
Línea 847... Línea 847...
847
}
847
}
848
 
848
 
849
.market_admin_title_buttons .search_input {
849
.market_admin_title_buttons .search_input {
-
 
850
    width: 100%;
-
 
851
    position: relative;
-
 
852
    input,
-
 
853
    input:focus {
850
    width: 100%;
854
        background: $bg-color;
Línea 851... Línea 855...
851
    position: relative;
855
    }
852
}
856
}
-
 
857
 
-
 
858
.market_admin_title_buttons .search_categories {
-
 
859
    width: 100%;
853
 
860
    select {
Línea 854... Línea 861...
854
.market_admin_title_buttons .search_categories {
861
        background-color: $bg-color;
855
    width: 100%;
862
    }
856
}
863
}