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/buttons.scss

21 lines
294 B

$blue: #1976D2;
$pink: #C2185B;
$green:#1DE9B6;
$orange:#F57C00;
.btn-blue {
background-color: $blue !important;
}
.btn-pink {
background-color: $pink !important;
}
.btn-green {
background-color: $green !important;
}
.btn-orange {
background-color: $orange !important;
}