Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web static css admin _sidebar.scss
Raw

web/static/css/admin/_sidebar.scss

.sidebar-menu {
padding: 15px;
}
.sidebar-footer {
bottom: 0px;
clear: both;
display: block;
padding: 5px 0 0 0;
position: fixed;
width: 230px;
z-index: 1000;
// background: #2A3F54;
}
.sidebar-footer a {
color: white;
padding: 7px 0 3px;
text-align: center;
width: 25%;
font-size: 17px;
display: block;
float: left;
background: #2a2725;
}
.sidebar-footer a:hover {
background: #474544;
}