1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/styles/view/common.scss
2017-09-21 15:48:00 +01:00

29 lines
372 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: 0 0 10px 0;
display: inline-block;
> a {
> .regular-button {
> .name {
// max-width: 150px;
// @extend .truncate;
}
}
}
}