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