9 lines
139 B
SCSS
9 lines
139 B
SCSS
@import "@/src/styles/helpers.scss";
|
|
|
|
.section {
|
|
@include darkSection;
|
|
@include regularFont;
|
|
|
|
padding: 0.4em;
|
|
text-align: center;
|
|
} |