Add margin to fav button
This commit is contained in:
parent
096ee92408
commit
3436c5b985
|
@ -321,9 +321,13 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 0.875rem;
|
padding: 0 0.875rem;
|
||||||
|
|
||||||
.heart:not(.pink) {
|
.heart {
|
||||||
|
margin-right: 1rem;
|
||||||
|
|
||||||
|
&:not(.pink) {
|
||||||
color: rgba(0, 0, 0, 0.2)
|
color: rgba(0, 0, 0, 0.2)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.handle > .grip {
|
.handle > .grip {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in New Issue