Turn clouds on landing page into SVGs, use SCSS variables to color them (#4299)
This commit is contained in:
parent
a929f7e6ac
commit
311871eefc
5 changed files with 10 additions and 4 deletions
|
@ -38,9 +38,9 @@
|
|||
|
||||
.container.hero
|
||||
.floats
|
||||
= image_tag asset_pack_path('cloud2.png'), alt: '', role: 'presentation', class: 'float-1'
|
||||
= image_tag asset_pack_path('cloud3.png'), alt: '', role: 'presentation', class: 'float-2'
|
||||
= image_tag asset_pack_path('cloud4.png'), alt: '', role: 'presentation', class: 'float-3'
|
||||
%div{ role: 'presentation', class: 'float-1' }
|
||||
%div{ role: 'presentation', class: 'float-2' }
|
||||
%div{ role: 'presentation', class: 'float-3' }
|
||||
.heading
|
||||
%h1
|
||||
= @instance_presenter.site_title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue