1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00
documize/gui/app/styles/layout/layout-sidebar.scss

14 lines
305 B
SCSS
Raw Normal View History

.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;
}