1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

document list: show by selected space/category

This commit is contained in:
Harvey Kandola 2017-09-26 16:30:16 +01:00
parent 2cee83d570
commit 5481de4e1c
21 changed files with 342 additions and 157 deletions

View file

@ -1,21 +1,28 @@
.folder-heading {
.space-heading {
margin: 0 0 55px 0;
.folder-title {
.space-name {
font-size: 2rem;
margin: 0 0 10px 0;
font-weight: normal;
// color: $color-primary;
}
.space-summary {
font-size: 1.2rem;
color: $color-gray;
margin: 0 0 45px;
}
}
.edit-folder-heading {
.edit-space-heading {
margin: 0 0 10px 0;
.edit-folder-title {
.edit-space-name {
> input {
font-size: 2rem;
font-weight: normal;
margin: 0 0 10px;
margin: 0 0 40px 0;
color: $color-wysiwyg;
}
}
@ -23,6 +30,7 @@
.documents-list {
@include content-container();
margin-bottom: 50px;
.document-item {
margin: 0;
@ -68,7 +76,15 @@
&:hover {
text-decoration: none;
color: $color-off-black;
color: $color-link;
> .title {
color: $color-link;
}
> .snippet {
color: $color-link;
}
}
> .title {
@ -116,3 +132,11 @@
color: $color-link;
}
}
.category-filter {
margin-bottom: 30px;
> .selected {
@extend .button-nav;
}
}

View file

@ -21,11 +21,11 @@
> .link {
font-size: 1rem;
color: $color-off-black;
color: $color-sidebar-text;
text-decoration: none;
&:hover {
color: $color-link;
color: $color-sidebar-link;
}
> .item {
@ -37,7 +37,7 @@
}
> .selected {
color: $color-link;
color: $color-sidebar-link;
font-weight: bold;
}
}