1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/gui/app/styles/core/view/spaces.scss
2018-12-04 17:26:57 +00:00

45 lines
736 B
SCSS

.view-spaces {
> .heading {
font-size: 1.3rem;
font-weight: bold;
color: map-get($gray-shades, 800);
text-transform: uppercase;
> .counter {
font-size: 0.9rem;
font-weight: normal;
color: map-get($gray-shades, 600);
display: inline-block;
margin-left: 10px;
}
}
> .empty {
font-size: 1.2rem;
color: map-get($gray-shades, 600);
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;
}
}
}
}