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

12 lines
124 B
SCSS
Raw Normal View History

.sidebar {
2018-05-22 17:00:42 +01:00
padding: 1rem;
}
2018-05-22 17:00:42 +01:00
.sidebar-white {
background-color: $color-white;
}
2018-05-23 12:37:21 +01:00
.sidebar-center {
text-align: center;
}