mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
WIP new document UX/UI
This commit is contained in:
parent
21ba55a58f
commit
36be6243ad
23 changed files with 910 additions and 4231 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
> .document-customfields {
|
||||
margin-bottom: 4rem;
|
||||
background-color: $color-off-white;
|
||||
border: 1px solid $color-border;
|
||||
padding: 20px 40px;
|
||||
@include border-radius(3px);
|
||||
|
||||
.row {
|
||||
padding: 5px 0;
|
||||
|
@ -33,8 +37,8 @@
|
|||
|
||||
.heading {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
color: $color-off-black;
|
||||
font-weight: 700;
|
||||
color: $color-dark;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue