Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2654 Rev 2658
Línea 839... Línea 839...
839
 
839
 
840
.section_admin_title_buttons {
840
.section_admin_title_buttons {
841
    width: 50%;
841
    width: 50%;
842
    display: flex;
842
    display: flex;
843
    margin-left: auto;
-
 
844
    flex-direction: column;
843
    margin-left: auto;
845
    justify-content: space-between;
844
    justify-content: space-between;
846
    align-items: center;
845
    align-items: center;
Línea 847... Línea 846...
847
}
846
}
848
 
847
 
849
.market_admin_title_buttons {
848
.market_admin_title_buttons {
850
    width: 100%;
-
 
851
    display: flex;
-
 
852
    gap: 1rem;
849
    width: 100%;
853
    flex-direction: column;
850
    display: flex;
-
 
851
    justify-content: space-between;
854
    justify-content: space-between;
852
    align-items: center;
Línea 855... Línea 853...
855
    align-items: center;
853
    margin-left: 0;
856
}
854
}
857
 
855
 
Línea 865... Línea 863...
865
 
863
 
866
.section_admin_title_buttons h1.title,
864
.section_admin_title_buttons h1.title,
867
.section_admin_title_buttons h2 {
865
.section_admin_title_buttons h2 {
868
    color: var(--dark);
866
    color: var(--dark);
869
    font-weight: bold;
867
    font-weight: bold;
870
    font-size: 1rem;
868
    font-size: 18px;
Línea 871... Línea 869...
871
}
869
}
872
 
870
 
873
.section_admin_title_buttons h2 {
871
.section_admin_title_buttons h2 {
Línea 874... Línea 872...
874
    cursor: pointer;
872
    cursor: pointer;
875
}
873
}
876
 
874
 
877
@media (min-width: 768px) {
875
@media (min-width: 768px) {
878
    .section_admin_title_buttons {
876
    .section_admin_title_buttons {
Línea 879... Línea 877...
879
        width: 100%;
877
        width: 50%;
880
        margin-left: o;
878
        margin-left: auto;
881
    }
879
    }