mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Migrate views to new master layout
This commit is contained in:
parent
14f313a836
commit
08794f8d5f
17 changed files with 419 additions and 414 deletions
|
@ -1,10 +1,11 @@
|
|||
.sidebar-content {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding: 20px 10px 10px 10px;
|
||||
padding: 20px 5px 20px 10px;
|
||||
// background-color: $theme-100;
|
||||
background-color: $color-sidebar;
|
||||
@include border-radius(4px);
|
||||
border: 1px solid map-get($gray-shades, 100);
|
||||
// background-color: map-get($gray-shades, 100);
|
||||
@include border-radius(6px);
|
||||
|
||||
> .section {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue