mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Initial Commit Rework
This commit is contained in:
15
frontend/src/Components/Icon.css
Normal file
15
frontend/src/Components/Icon.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.danger {
|
||||
color: $dangerColor;
|
||||
}
|
||||
|
||||
.default {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: $successColor;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: $warningColor;
|
||||
}
|
||||
Reference in New Issue
Block a user