web/DonateBanner: remove useless classes from the hearts bg svg

This commit is contained in:
wukko 2024-09-04 22:40:42 +06:00
parent b9bb760793
commit 8b067e363b
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -76,7 +76,7 @@
#banner-background-inner { #banner-background-inner {
color: white; color: white;
transform: rotate(-10deg) scale(1.5) translateY(-70px); transform: rotate(-10deg) scale(1.5) translateY(-70px);
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="40" viewBox="2 7 21 10" fill="none" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="tabler-icon tabler-icon-heart heart-icon"><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"></path></svg>'); background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="40" viewBox="2 7 21 10" fill="none" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"></path></svg>');
background-repeat: repeat; background-repeat: repeat;
width: 800px; width: 800px;
height: 400px; height: 400px;