18 lines
382 B
SCSS
18 lines
382 B
SCSS
// version 3
|
|
.stk-block-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);
|
|
}
|
|
|
|
|
|
.wp-block-stackable-columns {
|
|
|
|
&.alignfull > .stk-row:not(.alignfull) {
|
|
width: var(--theme-block-width) !important;
|
|
}
|
|
} |