1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00
documize/gui/app/styles/view/common.scss

29 lines
436 B
SCSS
Raw Normal View History

.empty-state {
2016-11-05 14:53:44 -07:00
text-align: center;
margin: 0 auto;
margin-top: 50px;
max-width: 500px;
padding: 30px;
@include border-radius(5px);
background-color: $color-off-white;
display: block;
opacity: 0.8;
2016-11-05 14:53:44 -07:00
> p {
font-size: 1.5rem;
line-height: 2.5rem;
2016-11-05 14:53:44 -07:00
color: $color-gray;
display: block;
2016-11-05 14:53:44 -07:00
}
> .material-icons {
font-size: 5rem;
color: $color-stroke;
2016-11-05 14:53:44 -07:00
}
}
.back-to-space {
margin: 0 0 10px 0;
display: inline-block;
}