feat: add css class for maintaing state in rating
This commit is contained in:
parent
93561c4ff5
commit
097f00d37d
1 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue