1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Donate is a little more colourful <3

This commit is contained in:
Mark McDowall
2013-08-07 00:46:37 -07:00
parent 1d0f18e8f1
commit 017975696e
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -73,10 +73,15 @@
.icon-form-warning:before {
.icon(@warning-sign);
color : #f89406;
color: #f89406;
}
.icon-form-danger:before {
.icon(@exclamation-sign);
color : #b94a48;
color: #b94a48;
}
.icon-nd-donate:before {
.icon(@heart);
color: #C4273C;
}