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