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

69 lines
950 B

5 years ago
@media (max-width: 978px) {
.top-spacing {
padding-top: 10%;
}
.modal-panel {
max-height: 100vh !important;
max-width: 100vw !important;
height: 100%;
}
5 years ago
}
@media (min-width: 979px) {
.top-spacing {
padding-top: 4%;
}
}
html,
body {
min-height: 100vh;
overflow: auto;
5 years ago
}
.spinner-container {
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;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
color: black;
}
table {
width: 100%;
}
.loading-spinner {
display: flex;
padding-bottom: 4%;
}