1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00
This commit is contained in:
Harvey Kandola 2018-05-23 12:37:21 +01:00
parent 31580d883c
commit 09d698fd2a
12 changed files with 5474 additions and 44 deletions

View file

@ -32,16 +32,21 @@ footer {
}
.layout-content {
flex: 1;
// Content area cannot exceed 1200px
// but can shrink as required
// (was flex: 1;).
flex: 0 1 1000px;
// flex: 1;
padding: 0 2rem;
margin: 0;
}
.layout-sidebar {
flex: 0 0 20rem;
height: calc(100vh - 145px);
// height: calc(100vh - 145px);
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}
}

View file

@ -5,3 +5,7 @@
.sidebar-white {
background-color: $color-white;
}
.sidebar-center {
text-align: center;
}