remove box shadow from rating

This commit is contained in:
Gamebrary 2020-08-31 14:34:41 -07:00
parent 28c2736134
commit 4644bd5d4a

View file

@ -2,7 +2,7 @@
cursor: pointer; cursor: pointer;
} }
.navbar { .navbar, .b-rating {
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
} }