cl01/wp-content/plugins/nimble-builder/assets/front/scss/modules/_heading.scss
2025-02-24 12:39:24 +08:00

18 lines
691 B
SCSS
Executable File

// synchronized with default on registration
/*************************************
* HEADING MODULE
*************************************/
.sek-module-inner {
.sek-heading {
text-align: center;//This should match the default on registration
// set a margin to fix https://github.com/presscustomizr/nimble-builder/issues/203
margin: 0.6em 0;//This should match the default on registration
display: block;//<=fixes https://github.com/presscustomizr/nimble-builder/issues/442
> a {
color: inherit;
font-size: inherit;
}
}
}
// introduced when implementing https://github.com/presscustomizr/nimble-builder/issues/322