diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-22 16:36:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 16:36:54 +0200 |
commit | 311871eefcff5c90c87de406e29e1853f9621ab6 (patch) | |
tree | 3d0836cf1a1da39f42fb472a8a0d338366d7c0f6 /app/views | |
parent | a929f7e6ac92cf5dbb8458eb2975fa834e751e92 (diff) |
Turn clouds on landing page into SVGs, use SCSS variables to color them (#4299)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/about/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 0af47bde3..999d1e37b 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -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 |