1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Hanel empty state for document meta fields

This commit is contained in:
Harvey Kandola 2018-12-21 17:39:09 +00:00
parent 92cb03a1db
commit b495041222
6 changed files with 32 additions and 170 deletions

View file

@ -10,6 +10,20 @@
margin-bottom: 5px;
}
> .text {
margin: 10px 0;
font-size: 1rem;
font-weight: 500;
color: map-get($gray-shades, 600);
}
> .empty {
margin: 10px 0;
font-size: 1rem;
font-weight: 400;
color: map-get($gray-shades, 600);
}
> .meta-label {
@include border-radius(3px);
@extend .no-select;