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

document tag editor

This commit is contained in:
Harvey Kandola 2017-12-05 10:46:53 +00:00
parent 8415f11303
commit 666ab3151e
6 changed files with 122 additions and 200 deletions

View file

@ -54,49 +54,3 @@
}
}
}
.document-category {
display: inline-block;
margin: 0 0 0 30px;
> .regular-button {
margin-right: 10px;
}
> .caption {
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1.0rem;
margin: 0 0 10px 0;
}
}
.document-category-dialog {
height: 200px;
overflow-y: auto;
margin: 0;
padding: 0;
}
.document-tags {
margin: 20px 0 0 0;
> .caption {
text-transform: uppercase;
color: $color-gray;
font-weight: bold;
font-size: 1.0rem;
margin: 0 0 10px 0;
}
> .regular-button {
margin-right: 10px;
text-transform: lowercase;
}
> .none {
color: $color-gray;
font-size: 0.9rem;
}
}