1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/styles/core/layout/headings.scss
HarveyKandola 5c1ad25dc9 Allow rich rext for Site Message and Space Desc
Closes #291

Style both site-wide message and per space descriptions using the fully-featured rich text editor.
2019-11-15 12:41:08 +00:00

32 lines
490 B
SCSS

// Headings
.master-page-heading {
font-size: 2rem;
font-weight: 700;
color: map-get($gray-shades, 800);
}
.master-page-desc {
font-size: 1.2rem;
font-weight: 400;
color: map-get($gray-shades, 800);
}
.logo-heading {
display: flex;
flex-direction: row;
> .icon, > .meta-icon, > .meta-logo {
align-self: flex-start;
margin-right: 25px;
margin-top: 10px;
> i {
font-size: 3.5rem;
color: map-get($gray-shades, 600);
}
}
> .text {
align-self: flex-start;
}
}