mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
28 lines
344 B
SCSS
28 lines
344 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;
|
|
}
|
|
}
|
|
|
|
.back-to-space {
|
|
margin: 10px 0;
|
|
|
|
> a {
|
|
> .regular-button {
|
|
> .name {
|
|
// max-width: 150px;
|
|
// @extend .truncate;
|
|
}
|
|
}
|
|
}
|
|
}
|