Change the tagline
This commit is contained in:
parent
c52436d8f3
commit
02552c7a7f
2 changed files with 4 additions and 35 deletions
|
@ -32,13 +32,13 @@ $landing-breakpoint: 1040px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-tagline {
|
.hero-tagline {
|
||||||
font-size: 30px;
|
font-size: 40px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-tagline-em {
|
.hero-tagline-em {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-size: 36px;
|
font-size: 40px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -55,31 +55,6 @@ $landing-breakpoint: 1040px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-button {
|
|
||||||
@include horizontal-padding(30px);
|
|
||||||
|
|
||||||
display: inline-block;
|
|
||||||
height: 60px;
|
|
||||||
line-height: 60px;
|
|
||||||
border-radius: 60px;
|
|
||||||
background-color: $blue;
|
|
||||||
color: #FFFFFF;
|
|
||||||
font-size: 24px;
|
|
||||||
margin-top: 30px;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #FFFFFF;
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: $light-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {
|
|
||||||
color: #FFFFFF;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.landing-panel-title {
|
.landing-panel-title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|
|
@ -6,14 +6,8 @@
|
||||||
.hero-wrapper
|
.hero-wrapper
|
||||||
.hero-text
|
.hero-text
|
||||||
%p.hero-tagline
|
%p.hero-tagline
|
||||||
%em.hero-tagline-em Dématérialisez
|
%em.hero-tagline-em Dématérialiser et simplifier
|
||||||
%br
|
les démarches administratives
|
||||||
vos procédures administratives en quelques minutes
|
|
||||||
= link_to "Demander une démo",
|
|
||||||
"mailto:#{t("dynamics.contact_email")}?subject=Demande de démo demarches-simplifiees.fr",
|
|
||||||
class: "hero-button",
|
|
||||||
target: "_blank",
|
|
||||||
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
|
||||||
|
|
||||||
.hero-illustration
|
.hero-illustration
|
||||||
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue