kollapsminoriteten/wp-content/themes/blocksy/static/sass/frontend/4-components/module-title.scss

12 lines
167 B
SCSS

.ct-module-title {
&:is(p, span) {
// --theme-font-size: 14px;
// --theme-font-weight: 600;
&:not(:empty) {
display: flex;
margin-bottom: 15px;
}
}
}