1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/gui/app/styles/core/layout/layout-content.scss

33 lines
468 B
SCSS
Raw Normal View History

.content-zone {
> .explainer-header {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
font-size: 1.5rem;
font-weight: 500;
}
> .explainer-text {
margin: 3px 0;
padding: 0;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
font-size: 1.1rem;
}
> .explainer-list {
margin: 5px 20px;
padding: 0;
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
> li {
margin: 0;
padding: 0;
font-size: 1.1rem;
list-style: square;
}
}
> .explainer-gap {
margin-bottom: 3rem;
}
}