1
0
Fork 0
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:
Harvey Kandola 2019-05-20 17:40:57 +01:00
parent 14f313a836
commit 08794f8d5f
17 changed files with 419 additions and 414 deletions

View file

@ -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;