Remove the phone number from the homepage
We only get calls from users wanting support, not from administrations wanting a demo
This commit is contained in:
parent
fa5387ca88
commit
e2a8bdcbb3
2 changed files with 2 additions and 22 deletions
|
@ -80,13 +80,6 @@ $landing-breakpoint: 1040px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-phone-cta {
|
|
||||||
color: $grey;
|
|
||||||
text-align: center;
|
|
||||||
width: 293px;
|
|
||||||
margin-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.landing-panel-title {
|
.landing-panel-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
@ -275,15 +268,15 @@ $cta-panel-button-border-size: 2px;
|
||||||
|
|
||||||
.cta-panel-button {
|
.cta-panel-button {
|
||||||
@include horizontal-padding(30px);
|
@include horizontal-padding(30px);
|
||||||
|
@include vertical-padding(10px);
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px;
|
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
border: $cta-panel-button-border-size solid #FFFFFF;
|
border: $cta-panel-button-border-size solid #FFFFFF;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-top: 20px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
@ -296,11 +289,3 @@ $cta-panel-button-border-size: 2px;
|
||||||
text-decoration: none;
|
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;
|
|
||||||
}
|
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
||||||
|
|
||||||
%p.hero-phone-cta
|
|
||||||
ou nous appeler au 09 72 62 57 12
|
|
||||||
|
|
||||||
.hero-illustration
|
.hero-illustration
|
||||||
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
||||||
|
|
||||||
|
@ -136,5 +133,3 @@
|
||||||
class: "cta-panel-button",
|
class: "cta-panel-button",
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
||||||
%p.cta-panel-phone-cta
|
|
||||||
ou nous appeler au 09 72 62 57 12
|
|
||||||
|
|
Loading…
Reference in a new issue