mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
WIP
This commit is contained in:
parent
31580d883c
commit
09d698fd2a
12 changed files with 5474 additions and 44 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,3 +5,7 @@
|
|||
.sidebar-white {
|
||||
background-color: $color-white;
|
||||
}
|
||||
|
||||
.sidebar-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue