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:
parent
92cb03a1db
commit
b495041222
6 changed files with 32 additions and 170 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue