Fix linter error caused by inline styles

This commit is contained in:
Szymon Nowak 2022-11-19 12:29:14 +01:00
parent 2991bad6dc
commit 78dfb40ef2
No known key found for this signature in database
GPG Key ID: 5C924145BFDDAFFF
2 changed files with 12 additions and 3 deletions

View File

@ -11,3 +11,14 @@
position: absolute
white-space: nowrap
width: 1px
.ribbon
position: fixed
left: -80px
bottom: 0px
width: 300px
height: 64px
transform: rotate(45deg)
z-index: 999
background: linear-gradient(-180deg, rgb(0, 91, 187) 50%, rgb(255, 213, 0) 50%)
opacity: 0.8

View File

@ -32,6 +32,4 @@
</div>
</footer>
<a href="https://war.ukraine.ua/" style="position: fixed; left: -80px; bottom: 0px; width: 300px; height: 64px; transform: rotate(45deg); z-index: 999; background: linear-gradient(-180deg, rgb(0, 91, 187) 50%, rgb(255, 213, 0) 50%);">
<span class="visually-hidden">We stand with Ukraine!</span>
</a>
<a href="https://war.ukraine.ua/" class="ribbon"><span class="visually-hidden">We stand with Ukraine!</span></a>