feat: add css class for maintaing state in rating

This commit is contained in:
Mangesh-Khairnar 2019-03-15 12:21:56 +05:30
parent 93561c4ff5
commit 097f00d37d

View file

@ -66,6 +66,10 @@ img {
text-decoration: underline;
}
.text-extra-muted {
color: #d1d8dd !important;
}
.web-footer {
padding: 5rem 0;
min-height: 140px;
@ -87,3 +91,12 @@ img {
.indicator {
font-size: inherit;
}
.rating {
.hover {
color: rgb(148, 148, 143) !important;
}
.click {
color: rgb(7, 7, 6) !important;
}
}