mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
13 lines
208 B
SCSS
13 lines
208 B
SCSS
|
// Headings
|
||
|
.master-page-heading {
|
||
|
font-size: 2rem;
|
||
|
font-weight: 700;
|
||
|
color: map-get($gray-shades, 900);
|
||
|
}
|
||
|
|
||
|
.master-page-desc {
|
||
|
font-size: 1.2rem;
|
||
|
font-weight: 400;
|
||
|
color: map-get($gray-shades, 800);
|
||
|
}
|