mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
11 lines
124 B
SCSS
11 lines
124 B
SCSS
.sidebar {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.sidebar-white {
|
|
background-color: $color-white;
|
|
}
|
|
|
|
.sidebar-center {
|
|
text-align: center;
|
|
}
|