mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
19 lines
175 B
CSS
19 lines
175 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.info {
|
|
color: $infoColor;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|