11 lines
186 B
SCSS
11 lines
186 B
SCSS
|
@import "variables";
|
||
|
|
||
|
.bg-title {
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
padding: 24px;
|
||
|
box-sizing: border-box;
|
||
|
color: $color-font-secondary;
|
||
|
font-size: 1.375rem;
|
||
|
}
|