1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/styles/view/common.scss

29 lines
344 B
SCSS
Raw Normal View History

2016-11-05 14:53:44 -07:00
.explainer {
text-align: center;
> .empty-state {
margin: 30px 0;
font-size: 1.2rem;
2016-11-05 14:53:44 -07:00
color: $color-gray;
}
> .normal-state {
margin: 10px;
font-size: 1.2rem;
2016-11-05 14:53:44 -07:00
color: $color-gray;
}
}
.back-to-space {
margin: 10px 0;
> a {
> .regular-button {
> .name {
// max-width: 150px;
// @extend .truncate;
}
}
}
}