mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
12 lines
209 B
SCSS
12 lines
209 B
SCSS
/* Override file app/webpacker/css/admin/components/sidebar.scss */
|
|
|
|
#sidebar {
|
|
border-color: #e7e7e7;
|
|
.sidebar-title {
|
|
color: $v2-blue;
|
|
& > span {
|
|
background-color: $v2-body-bg;
|
|
}
|
|
}
|
|
}
|