1
0
Fork 0
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:
Harvey Kandola 2018-05-29 18:26:04 +01:00
parent 21ba55a58f
commit 36be6243ad
23 changed files with 910 additions and 4231 deletions

View file

@ -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;
}