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;
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue