mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
15 lines
201 B
SCSS
15 lines
201 B
SCSS
.explainer {
|
|
text-align: center;
|
|
|
|
> .empty-state {
|
|
margin: 30px 0;
|
|
font-size: 1.2rem;
|
|
color: $color-gray;
|
|
}
|
|
|
|
> .normal-state {
|
|
margin: 10px;
|
|
font-size: 1.2rem;
|
|
color: $color-gray;
|
|
}
|
|
}
|