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.
Ombi/src/Ombi/ClientApp/src/styles/shared.scss

37 lines
581 B

5 years ago
@media (max-width: 978px) {
5 years ago
.top-spacing {
padding-top: 10%;
}
5 years ago
}
@media (min-width: 979px) {
5 years ago
.top-spacing {
padding-top: 4%;
}
5 years ago
}
.spinner-container {
5 years ago
position: relative;
margin-left: 50%;
}
5 years ago
.bottom-page-gap {
height: 50px;
}
/* Scrollbar */
::-webkit-scrollbar {
width: 7px;
background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
border-radius: 3px;
background: #41927b;
}
.sidenav ::-webkit-scrollbar-track {
display: none;
}