mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
category permission admin, re-vamped view layout
This commit is contained in:
parent
0c152c219f
commit
3f31d6d15e
48 changed files with 753 additions and 373 deletions
|
@ -8,7 +8,7 @@
|
|||
.doc-excerpt {
|
||||
font-size: 1rem;
|
||||
color: $color-gray;
|
||||
margin: 0 0 45px;
|
||||
margin: 0 0 60px;
|
||||
}
|
||||
|
||||
.edit-document-heading {
|
||||
|
@ -341,3 +341,25 @@
|
|||
.dropdown-page-toolbar {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.document-toolbar {
|
||||
> .round-button-mono {
|
||||
background-color: $color-white;
|
||||
border: 1px solid $color-gray;
|
||||
|
||||
> .material-icons {
|
||||
@include ease-in();
|
||||
color: $color-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.document-template-header {
|
||||
color: $color-goldy;
|
||||
font-size: 1.5em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.document-tags {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue