mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
33 lines
423 B
SCSS
33 lines
423 B
SCSS
|
.content-zone {
|
||
|
> .explainer-header {
|
||
|
color: $color-gray;
|
||
|
font-size: 1.5rem;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
> .explainer-text {
|
||
|
margin: 3px 0;
|
||
|
padding: 0;
|
||
|
color: $color-gray;
|
||
|
font-size: 1.1rem;
|
||
|
}
|
||
|
|
||
|
> .explainer-list {
|
||
|
margin: 5px 20px;
|
||
|
padding: 0;
|
||
|
color: $color-gray;
|
||
|
|
||
|
> li {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-size: 1.1rem;
|
||
|
list-style: square;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
> .explainer-gap {
|
||
|
margin-bottom: 3rem;
|
||
|
}
|
||
|
}
|