fix(home): fixed new torrent notice badge on menu item css

This commit is contained in:
OldHawk
2018-06-24 15:17:34 +08:00
parent c661f30194
commit 461ed2dd2d

View File

@@ -1463,10 +1463,10 @@ body {
border-radius: 50%;
border: solid 1px #fff;
&.new-torrent {
background-color: @brand-info;
background-color: @brand-info !important;
}
&.opened-tickets {
background-color: @brand-danger !important;
background-color: @brand-danger;
}
}