Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2653 Rev 2654
Línea 836... Línea 836...
836
.info-page {
836
.info-page {
837
    padding: 50px 0;
837
    padding: 50px 0;
838
}
838
}
Línea 839... Línea 839...
839
 
839
 
-
 
840
.section_admin_title_buttons {
-
 
841
    width: 50%;
-
 
842
    display: flex;
-
 
843
    margin-left: auto;
-
 
844
    flex-direction: column;
-
 
845
    justify-content: space-between;
-
 
846
    align-items: center;
-
 
847
}
-
 
848
 
840
.section_admin_title_buttons {
849
.market_admin_title_buttons {
841
    width: 100%;
850
    width: 100%;
842
    display: flex;
851
    display: flex;
843
    gap: 1rem;
852
    gap: 1rem;
844
    flex-direction: column;
853
    flex-direction: column;
845
    justify-content: space-between;
854
    justify-content: space-between;
846
    align-items: center;
855
    align-items: center;
Línea 847... Línea 856...
847
}
856
}
848
 
857
 
849
.section_admin_title_buttons .search_input {
858
.market_admin_title_buttons .search_input {
Línea 850... Línea 859...
850
    width: 100%;
859
    width: 100%;
851
}
860
}
852
 
861
 
Línea 853... Línea 862...
853
.section_admin_title_buttons .search_categories {
862
.market_admin_title_buttons .search_categories {
854
    width: 100%;
863
    width: 100%;
Línea 865... Línea 874...
865
    cursor: pointer;
874
    cursor: pointer;
866
}
875
}
Línea 867... Línea 876...
867
 
876
 
868
@media (min-width: 768px) {
877
@media (min-width: 768px) {
-
 
878
    .section_admin_title_buttons {
-
 
879
        width: 100%;
-
 
880
        margin-left: o;
-
 
881
    }
-
 
882
 
869
    .section_admin_title_buttons {
883
    .market_admin_title_buttons {
870
        flex-direction: row;
884
        flex-direction: row;
Línea 871... Línea 885...
871
    }
885
    }
872
 
886
 
873
    .section_admin_title_buttons .search_input {
887
    .market_admin_title_buttons .search_input {
Línea 874... Línea 888...
874
        width: 60%;
888
        width: 60%;
875
    }
889
    }
876
 
890
 
877
    .section_admin_title_buttons .search_categories {
891
    .market_admin_title_buttons .search_categories {
Línea 878... Línea 892...
878
        width: 40%;
892
        width: 40%;