1
0
Fork 0
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:
Fedor Katurov 2023-11-02 14:01:11 +06:00
parent 897f3c6733
commit 8553f91429

View file

@ -6,6 +6,7 @@
justify-content: center; justify-content: center;
gap: 4px; gap: 4px;
position: relative; position: relative;
color: $gray_50;
&.active { &.active {
cursor: pointer; cursor: pointer;
@ -23,7 +24,6 @@
&.liked { &.liked {
color: $color_like; color: $color_like;
fill: currentColor;
} }
} }
@ -31,6 +31,7 @@
position: relative; position: relative;
width: 18px; width: 18px;
height: 18px; height: 18px;
fill: currentColor;
} }
.count { .count {