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/customization/customization.component.scss

37 lines
557 B

4 years ago
@import "~styles/shared.scss";
.col-12 {
display: grid;
4 years ago
}
textarea {
min-height: 100px;
4 years ago
height: auto;
max-height: 800px;
4 years ago
}
.small-middle-container {
margin: auto;
width: 95%;
margin-top: 10px;
4 years ago
}
.control-label {
font-weight: 400;
4 years ago
}
.row {
display: block;
4 years ago
}
.btn-danger-outline {
background-color: #E84C3D;
4 years ago
}
.btn-success-outline {
background-color: #1b9d1b;
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
}