added logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
@@ -34,6 +34,7 @@ body
|
|||||||
|
|
||||||
#counter
|
#counter
|
||||||
background-color: $brand-success
|
background-color: $brand-success
|
||||||
|
margin-top: 24px
|
||||||
padding: 3px 6px
|
padding: 3px 6px
|
||||||
border: 1px solid $brand-success
|
border: 1px solid $brand-success
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
|
|||||||
@@ -26,5 +26,4 @@ html
|
|||||||
/ = console if Rails.env.development?
|
/ = console if Rails.env.development?
|
||||||
.container
|
.container
|
||||||
= render 'shared/flashes'
|
= render 'shared/flashes'
|
||||||
= render 'shared/counter'
|
|
||||||
= yield
|
= yield
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
= render 'shared/terms_and_conditions'
|
= render 'shared/terms_and_conditions'
|
||||||
h1 = title t('.title_html')
|
.row
|
||||||
|
.col-md-1.col-xs-4
|
||||||
|
= image_tag('ch420_logo.png', class:'img-responsive')
|
||||||
|
.col-md-8.col-xs-8
|
||||||
|
h1
|
||||||
|
= title t('.title_html')
|
||||||
|
.col-xs-12.col-md-3
|
||||||
|
= render 'shared/counter'
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-md-7
|
.col-xs-12.col-md-7
|
||||||
= simple_form_for @supporter do |f|
|
= simple_form_for @supporter do |f|
|
||||||
|
|||||||
Reference in New Issue
Block a user