diff --git a/app/assets/stylesheets/new_design/landing.scss b/app/assets/stylesheets/new_design/landing.scss index 39b2159e6..fb654157c 100644 --- a/app/assets/stylesheets/new_design/landing.scss +++ b/app/assets/stylesheets/new_design/landing.scss @@ -80,13 +80,6 @@ $landing-breakpoint: 1040px; } } -.hero-phone-cta { - color: $grey; - text-align: center; - width: 293px; - margin-top: 12px; -} - .landing-panel-title { width: 100%; font-size: 30px; @@ -275,15 +268,15 @@ $cta-panel-button-border-size: 2px; .cta-panel-button { @include horizontal-padding(30px); - + @include vertical-padding(10px); display: block; - padding: 10px; border-radius: 100px; border: $cta-panel-button-border-size solid #FFFFFF; color: #FFFFFF; font-size: 24px; text-align: center; cursor: pointer; + margin-top: 20px; &:hover { color: #FFFFFF; @@ -296,11 +289,3 @@ $cta-panel-button-border-size: 2px; text-decoration: none; } } - -.cta-panel-phone-cta { - color: rgba(255, 255, 255, 0.9); - text-align: center; - width: 293px; - margin-top: 12px; - margin-bottom: 0; -} diff --git a/app/views/root/landing.html.haml b/app/views/root/landing.html.haml index a668bc64f..ad0b56d45 100644 --- a/app/views/root/landing.html.haml +++ b/app/views/root/landing.html.haml @@ -13,9 +13,6 @@ target: "_blank", onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')" - %p.hero-phone-cta - ou nous appeler au 09 72 62 57 12 - .hero-illustration %img{ :src => image_url("landing/hero/dematerialiser.svg") } @@ -136,5 +133,3 @@ class: "cta-panel-button", target: "_blank", onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')" - %p.cta-panel-phone-cta - ou nous appeler au 09 72 62 57 12