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:
parent
60fb4e5008
commit
8415f11303
9 changed files with 203 additions and 120 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue