mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Move space label to main view from sidebar
Solves long-standing debate about removing meta from sidebar, and keeping sidebat for navigation/filtering.
This commit is contained in:
parent
e6e5f75ee7
commit
0bfde82040
7 changed files with 55 additions and 22 deletions
|
@ -1,3 +1,15 @@
|
|||
.space-label {
|
||||
@include border-radius(3px);
|
||||
@extend .no-select;
|
||||
display: inline-block;
|
||||
margin: 10px 0 13px 0;
|
||||
padding: 0.3rem 0.7rem;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 400;
|
||||
background-color: map-get($gray-shades, 600);
|
||||
color: map-get($gray-shades, 100);
|
||||
}
|
||||
|
||||
.view-space {
|
||||
> .documents {
|
||||
margin: 0;
|
||||
|
@ -5,6 +17,7 @@
|
|||
|
||||
> .document {
|
||||
@include card();
|
||||
box-shadow: none;
|
||||
list-style-type: none;
|
||||
margin: 0 0 2rem 0;
|
||||
padding: 15px 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue