mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 01:38:11 +00:00
16 lines
143 B
CSS
16 lines
143 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|