mirror of
https://github.com/bakhirev/assayo.git
synced 2025-02-23 13:32:19 +00:00
9 lines
156 B
SCSS
9 lines
156 B
SCSS
@import '../../../styles/variables';
|
|
|
|
.title {
|
|
font-size: var(--font-l);
|
|
font-weight: 100;
|
|
margin: 0 0 24px 0;
|
|
color: var(--color-black);
|
|
}
|