mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
14 lines
305 B
SCSS
14 lines
305 B
SCSS
|
.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;
|
||
|
}
|