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

document category picker

This commit is contained in:
Harvey Kandola 2017-12-04 17:25:33 +00:00
parent 60fb4e5008
commit 8415f11303
9 changed files with 203 additions and 120 deletions

View file

@ -23,18 +23,34 @@
> .document-customfields {
margin-bottom: 4rem;
.heading {
font-size: 1.1rem;
font-weight: bold;
color: $color-gray;
text-align: left;
}
.row {
padding: 5px 0;
margin-bottom: 10px;
.value {
font-size: 1.1rem;
font-weight: normal;
color: $color-black;
text-align: left;
&:hover {
.action-button {
visibility: visible;
}
}
.heading {
font-size: 1.1rem;
font-weight: bold;
color: $color-gray;
text-align: left;
}
.action-button {
visibility: hidden;
margin-left: 15px;
}
.value {
font-size: 1.1rem;
font-weight: normal;
color: $color-black;
text-align: left;
}
}
}
}

View file

@ -354,9 +354,3 @@
}
}
}
.document-template-header {
color: $color-goldy;
font-size: 1.5em;
margin-bottom: 20px;
}