mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
32 lines
468 B
SCSS
32 lines
468 B
SCSS
.content-zone {
|
|
> .explainer-header {
|
|
color: map-get($gray-shades, 600);
|
|
font-size: 1.5rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
> .explainer-text {
|
|
margin: 3px 0;
|
|
padding: 0;
|
|
color: map-get($gray-shades, 600);
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
> .explainer-list {
|
|
margin: 5px 20px;
|
|
padding: 0;
|
|
color: map-get($gray-shades, 600);
|
|
|
|
> li {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 1.1rem;
|
|
list-style: square;
|
|
}
|
|
|
|
}
|
|
|
|
> .explainer-gap {
|
|
margin-bottom: 3rem;
|
|
}
|
|
}
|