Creating background color utility

This commit is contained in:
Jon Rohan 2020-09-24 13:12:25 -07:00 коммит произвёл Zeke Sikelianos
Родитель df7e4a67e1
Коммит dba1e7b589
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,10 @@
}
}
.sidebar-background-color {
background-color: $blue-900;
}
.sidebar-products > li {
margin: 4px 0;
}