feat: move all css to includes dir
This commit is contained in:
parent
408e859ef4
commit
6a84af0c37
29 changed files with 4 additions and 4 deletions
|
@ -1,22 +0,0 @@
|
|||
.stars li {
|
||||
line-height: 16px; /* Size of icons */
|
||||
filter: drop-shadow(-1px 1px 0px var(--color-surface));
|
||||
transition: margin ease-in-out var(--transition-duration);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.star-filled {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
.star-empty {
|
||||
color: var(--color-fadeText);
|
||||
}
|
||||
|
||||
.stars li:not(:first-child) {
|
||||
margin-inline-start: -6px;
|
||||
}
|
||||
|
||||
.stars:hover li {
|
||||
margin-inline-start: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue