mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
change inactive like color
This commit is contained in:
parent
897f3c6733
commit
8553f91429
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
justify-content: center;
|
||||
gap: 4px;
|
||||
position: relative;
|
||||
color: $gray_50;
|
||||
|
||||
&.active {
|
||||
cursor: pointer;
|
||||
|
@ -23,7 +24,6 @@
|
|||
|
||||
&.liked {
|
||||
color: $color_like;
|
||||
fill: currentColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
|||
position: relative;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.count {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue