Remove %page-width-container from landing
This commit is contained in:
parent
22bb4b7c92
commit
009a478526
2 changed files with 6 additions and 10 deletions
|
@ -11,10 +11,6 @@
|
||||||
@include vertical-padding(60px);
|
@include vertical-padding(60px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing-panel-inner-content {
|
|
||||||
@extend %page-width-container;
|
|
||||||
}
|
|
||||||
|
|
||||||
$landing-breakpoint: 1040px;
|
$landing-breakpoint: 1040px;
|
||||||
|
|
||||||
.hero-wrapper {
|
.hero-wrapper {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.landing
|
.landing
|
||||||
.landing-panel.hero-panel
|
.landing-panel.hero-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
.hero-wrapper
|
.hero-wrapper
|
||||||
.hero-text
|
.hero-text
|
||||||
%p.hero-tagline
|
%p.hero-tagline
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
||||||
|
|
||||||
.landing-panel.features-panel
|
.landing-panel.features-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
%h2.landing-panel-title.features-panel-title Un outil dédié aux organismes publics
|
%h2.landing-panel-title.features-panel-title Un outil dédié aux organismes publics
|
||||||
|
|
||||||
%ul.features
|
%ul.features
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
à plusieurs
|
à plusieurs
|
||||||
|
|
||||||
.landing-panel
|
.landing-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
%h2.landing-panel-title Ce que les utilisateurs pensent du service
|
%h2.landing-panel-title Ce que les utilisateurs pensent du service
|
||||||
|
|
||||||
%ul.quotes
|
%ul.quotes
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
- cache "numbers-panel", :expires_in => 3.hours do
|
- cache "numbers-panel", :expires_in => 3.hours do
|
||||||
.landing-panel.numbers-panel
|
.landing-panel.numbers-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
%h2.landing-panel-title TPS en chiffres
|
%h2.landing-panel-title TPS en chiffres
|
||||||
%ul.numbers
|
%ul.numbers
|
||||||
%li.number
|
%li.number
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
des délais de traitement
|
des délais de traitement
|
||||||
|
|
||||||
.landing-panel.users-panel
|
.landing-panel.users-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
%h2.landing-panel-title Ils nous font confiance
|
%h2.landing-panel-title Ils nous font confiance
|
||||||
|
|
||||||
%ul.users
|
%ul.users
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
%img.user-image{ :src => image_url("landing/users/driea-idf.jpg") }
|
%img.user-image{ :src => image_url("landing/users/driea-idf.jpg") }
|
||||||
|
|
||||||
.landing-panel.cta-panel
|
.landing-panel.cta-panel
|
||||||
.landing-panel-inner-content
|
.container
|
||||||
.cta-panel-wrapper
|
.cta-panel-wrapper
|
||||||
%div
|
%div
|
||||||
%h1.cta-panel-title Commencez à dématerialiser vos procédures
|
%h1.cta-panel-title Commencez à dématerialiser vos procédures
|
||||||
|
|
Loading…
Add table
Reference in a new issue