mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateBanner: remove useless classes from the hearts bg svg
This commit is contained in:
parent
b9bb760793
commit
8b067e363b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
#banner-background-inner {
|
||||
color: white;
|
||||
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;
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
|
|
Loading…
Reference in a new issue