12 lines
167 B
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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|