mirror of
https://github.com/Readarr/Readarr
synced 2025-12-23 08:47:12 +01:00
15 lines
143 B
CSS
15 lines
143 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|