54 lines
821 B
SCSS
54 lines
821 B
SCSS
div.page_tema{
|
|
|
|
.theme_list{
|
|
flex-wrap: wrap;
|
|
|
|
.theme{
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.options{
|
|
width: 100%;
|
|
flex-wrap: wrap;
|
|
|
|
.button{
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
div#theme_grid_holder{
|
|
padding: 0;
|
|
|
|
div.div_theme_group div.theme_label{
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
.theme_label_options{
|
|
justify-content: flex-start;
|
|
|
|
.button{
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.page_theme-editor{
|
|
|
|
#theme-preview{
|
|
display: none;
|
|
}
|
|
|
|
#theme-editor{
|
|
|
|
.columns{
|
|
width: 100% !important;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
} |