Add margin to fav button

environments/review-front-deve-otr6gc/deployments/13419
wvffle 2022-07-24 21:45:56 +00:00 zatwierdzone przez Georg Krause
rodzic 096ee92408
commit 3436c5b985
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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 {