1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/gui/app/styles/view/spaces.scss
2017-12-19 17:58:22 +00:00

45 lines
691 B
SCSS

.view-spaces {
> .heading {
font-size: 1.3rem;
font-weight: bold;
color: $color-dark;
text-transform: uppercase;
> .counter {
font-size: 0.9rem;
font-weight: normal;
color: $color-gray;
display: inline-block;
margin-left: 10px;
}
}
> .empty {
font-size: 1.2rem;
color: $color-gray;
font-weight: normal;
margin: 20px 0 50px 0;
}
> .list {
margin: 30px 0;
padding: 0;
> a {
color: $color-black;
> .item {
@include card();
@include ease-in();
list-style-type: none;
float: left;
margin: 0 20px 20px 0;
padding: 10px;
width: 250px;
height: 100px;
font-size: 1.1rem;
overflow: hidden;
}
}
}
}