mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +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
|
@ -2,8 +2,8 @@
|
|||
@import "history.scss";
|
||||
@import "inline-editor.scss";
|
||||
@import "section-editor.scss";
|
||||
@import "sidebar-view-activity.scss";
|
||||
@import "sidebar-view-attachments.scss";
|
||||
@import "sidebar-view-index.scss";
|
||||
@import "activity.scss";
|
||||
@import "attachments.scss";
|
||||
@import "toc.scss";
|
||||
@import "view.scss";
|
||||
@import "wysiwyg.scss";
|
||||
|
|
|
@ -1,31 +1,17 @@
|
|||
.document-sidebar-view-attachments {
|
||||
.document-attachments {
|
||||
margin: 0;
|
||||
|
||||
> .upload-document-files {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
color: $color-gray;
|
||||
border: 1px solid $color-stroke;
|
||||
cursor: pointer;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.7rem;
|
||||
margin: 10px 0 0 0;
|
||||
@include ease-in();
|
||||
|
||||
&:hover {
|
||||
border-color: $color-link;
|
||||
color: $color-link;
|
||||
}
|
||||
|
||||
> .dz-preview,
|
||||
.dz-processing {
|
||||
> .dz-preview, .dz-processing {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
> .list {
|
||||
margin: 0 0 50px;
|
||||
margin: 20px 0 0 0;
|
||||
padding: 7px 0;
|
||||
|
||||
> .item {
|
||||
|
@ -45,7 +31,7 @@
|
|||
|
||||
> a {
|
||||
@extend .truncate;
|
||||
width: 200px;
|
||||
width: 80%;
|
||||
color: $color-gray;
|
||||
|
||||
&:hover {
|
||||
|
@ -56,7 +42,8 @@
|
|||
@extend .truncate;
|
||||
display: inline-block;
|
||||
font-size: 0.9rem;
|
||||
width: 200px;
|
||||
width: 80%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
|
|
@ -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