mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide the basic layout framework for UX/UI
This commit is contained in:
parent
942bc386f4
commit
eb7ebf391d
18 changed files with 212 additions and 141 deletions
13
gui/app/styles/layout/layout-sidebar.scss
Normal file
13
gui/app/styles/layout/layout-sidebar.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
.sidebar {
|
||||
padding: 2rem;
|
||||
background-color: $color-white;
|
||||
// border: 1px solid $color-border;
|
||||
// @include border-radius(4px);
|
||||
|
||||
// @include border-radius(4px);
|
||||
// border: 1px solid $color-gray-light2;
|
||||
// padding: 1rem;
|
||||
// // padding: 30px 20px;
|
||||
// height: calc(100vh - 145px);
|
||||
// width: 350px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue