Fix icy pepe eyecandy replace svg with png
This commit is contained in:
parent
f098c7b529
commit
c661d85727
@ -1 +0,0 @@
|
|||||||
<svg width="1000" height="1000" xmlns="http://www.w3.org/2000/svg"><image href="https://ys2wt-cqaaa-aaaag-qb7ga-cai.raw.icp0.io/?index=1" width="1000" height="1000"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 172 B |
BIN
app/assets/images/icy pepe.png
Normal file
BIN
app/assets/images/icy pepe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
@ -112,13 +112,13 @@ header
|
|||||||
border-radius: 10em
|
border-radius: 10em
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
&.icypepe
|
&.icypepe
|
||||||
zoom: 70%
|
// zoom: 70%
|
||||||
border-radius: 600em
|
border-radius: 600em
|
||||||
padding: 1em 5em 1em 2em
|
padding: 1em 5em 1em 2em
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
transition: background-color 0.2s, box-shadow 0.2s
|
transition: background-color 0.2s, box-shadow 0.2s
|
||||||
svg
|
svg
|
||||||
zoom: 80%
|
// zoom: 80%
|
||||||
&:hover
|
&:hover
|
||||||
background-color: gold
|
background-color: gold
|
||||||
box-shadow: 1px 1px 8px 4px gold
|
box-shadow: 1px 1px 8px 4px gold
|
||||||
|
|||||||
@ -26,7 +26,8 @@
|
|||||||
-# - if !request.base_url.match(/pin|my|fireside/)
|
-# - if !request.base_url.match(/pin|my|fireside/)
|
||||||
- unless current_user.signed_in?
|
- unless current_user.signed_in?
|
||||||
.eyecandy.icypepe
|
.eyecandy.icypepe
|
||||||
= inline_svg_tag "Icy Pepe.svg"
|
= image_tag "icy pepe.png", style: 'width: 800px'
|
||||||
|
-# = inline_svg_tag "Icy Pepe.svg"
|
||||||
- 5.times do |i|
|
- 5.times do |i|
|
||||||
.eyecandy
|
.eyecandy
|
||||||
= image_tag "gongo-logo.png"
|
= image_tag "gongo-logo.png"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user