mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
16 lines
143 B
CSS
16 lines
143 B
CSS
.danger {
|
|
color: $dangerColor;
|
|
}
|
|
|
|
.default {
|
|
color: inherit;
|
|
}
|
|
|
|
.success {
|
|
color: $successColor;
|
|
}
|
|
|
|
.warning {
|
|
color: $warningColor;
|
|
}
|