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/app/settings/sonarr/sonarr.component.scss

49 lines
738 B

4 years ago
@import "~styles/shared.scss";
.small-middle-container {
margin: auto;
width: 95%;
margin-top: 10px;
4 years ago
}
.col-md-6 {
display: contents;
4 years ago
}
.col-md-5 {
display: contents;
4 years ago
}
.col-md-4 {
display: contents;
4 years ago
}
.control-label {
font-weight: 400;
4 years ago
}
.row {
display: block;
4 years ago
}
::ng-deep .dark .btn:hover {
box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15);
color: inherit;
4 years ago
}
::ng-deep .load {
max-width: fit-content;
margin-left: 3em;
padding: 0.5rem 1.14rem;
4 years ago
}
@media (min-width:1440px) {
.col-md-6 {
display: inline-table;
}
.col-md-5 {
display: inline-table;
}
.col-md-4 {
display: inline-table;
}
4 years ago
}