Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/backend/editor/blocks/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/backend/editor
// stackable v3
[data-type="stackable/button"] {
.stk-button {
border-radius: var(--theme-button-border-radius, 3px);
}
--stk-button-text-color: var(--theme-button-text-initial-color);
--stk-button-background-color: var(--theme-button-background-initial-color);
}
// getwid
div.wp-block-getwid-section {
.wp-block-getwid-section__wrapper {
.wp-block-getwid-section__inner-wrapper {
max-width: var(--theme-block-max-width);
}
}
}
// qubely
.qubely-section .qubely-container {
max-width: var(--theme-block-max-width) !important;
padding-left: 0 !important;
padding-right: 0 !important;
}