Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2617 Rev 2619
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
    display: flex;
840
.section_admin_title_buttons {
842
    width: 100%;
841
    width: 100%;
-
 
842
    display: flex;
-
 
843
    gap: 1rem;
843
    margin-left: auto;
844
    flex-direction: column;
844
    justify-content: space-between;
845
    justify-content: space-between;
845
    align-items: center;
846
    align-items: center;
Línea -... Línea 847...
-
 
847
}
-
 
848
 
-
 
849
.section_admin_title_buttons .search_input {
-
 
850
    width: 100%;
-
 
851
}
-
 
852
 
-
 
853
.section_admin_title_buttons .search_categories {
-
 
854
    width: 100%;
846
}
855
}
847
 
856
 
848
.section_admin_title_buttons h1.title,
857
.section_admin_title_buttons h1.title,
849
.section_admin_title_buttons h2 {
858
.section_admin_title_buttons h2 {
850
    color: var(--dark);
859
    color: var(--dark);
Línea 854... Línea 863...
854
 
863
 
855
.section_admin_title_buttons h2 {
864
.section_admin_title_buttons h2 {
856
    cursor: pointer;
865
    cursor: pointer;
Línea -... Línea 866...
-
 
866
}
-
 
867
 
-
 
868
@media (min-width: 768px) {
-
 
869
    .section_admin_title_buttons {
-
 
870
        flex-direction: row;
-
 
871
    }
-
 
872
 
-
 
873
    .section_admin_title_buttons .search_input {
-
 
874
        width: 60%;
-
 
875
    }
-
 
876
 
-
 
877
    .section_admin_title_buttons .search_categories {
-
 
878
        width: 40%;
-
 
879
    }
857
}
880
}
858
 
881
 
859
.section_admin_form {
882
.section_admin_form {
860
    float: left;
883
    float: left;
861
    width: 100%;
884
    width: 100%;