0
0
Fork 0

Turn clouds on landing page into SVGs, use SCSS variables to color them (#4299)

This commit is contained in:
Eugen Rochko 2017-07-22 16:36:54 +02:00 committed by GitHub
parent a929f7e6ac
commit 311871eefc
5 changed files with 10 additions and 4 deletions

View file

@ -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