9 lines
130 B
SCSS
9 lines
130 B
SCSS
|
@import "../../variables";
|
||
|
|
||
|
.p-subtitle {
|
||
|
margin: 12px 0 0 0;
|
||
|
color: $fg_0;
|
||
|
font-weight: 300;
|
||
|
font-family: $HeaderFont;
|
||
|
}
|