mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
Fix linter error caused by inline styles
This commit is contained in:
parent
2991bad6dc
commit
78dfb40ef2
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user