You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
potato-launcher/src/scss/components/_sidebar.scss

23 lines
347 B

/**
* modifications for sidebar
*
*
*/
.sidebar {
&__form {
height: 100%;
overflow-y: scroll;
padding-bottom: calc(72px + 1.5em); // 72px is the minium height for footer
}
&__footer {
bottom: -1px;
}
.bar {
// alpha in neutrolino.js not working
border-radius: 0;
}
}