demarches-normaliennes/app/assets/stylesheets/landing.scss

119 lines
1.5 KiB
SCSS
Raw Normal View History

2016-01-29 10:52:06 +01:00
.max-size {
2016-02-01 17:16:00 +01:00
margin-left: -10rem;
margin-right: -10rem;
2016-01-29 10:52:06 +01:00
}
#landing {
background-image: image-url('landing_background.jpg');
2016-02-01 17:16:00 +01:00
background-attachment: fixed;
2016-02-08 19:07:33 +01:00
background-position: top center;
2016-01-29 10:52:06 +01:00
background-repeat: no-repeat;
#title {
h1 {
font-size: 65px;
}
h2 {
font-size: 35px;
}
2016-02-01 17:16:00 +01:00
.btn {
text-shadow: none;
}
2016-01-29 10:52:06 +01:00
color: white;
padding-top: 6%;
2016-02-01 17:16:00 +01:00
padding-bottom: 7%;
2016-02-08 19:07:33 +01:00
text-shadow: 0px 0px 10px rgb(0, 0, 0);
2016-01-29 10:52:06 +01:00
}
.logo img {
width: 70px;
}
}
#suite {
2016-02-01 17:16:00 +01:00
.row{
width: 100%;
margin-left: 0;
margin-right: 0;
}
2016-01-29 10:52:06 +01:00
.word {
border-bottom: solid darkgrey 1px;
img {
padding-top: 50px;
padding-bottom: 50px;
width: 200px;
margin-left: 25%;
}
}
2016-02-01 18:19:09 +01:00
.simplifier {
ul {
margin-top: 13%;
2016-02-01 18:19:09 +01:00
}
}
2016-01-29 10:52:06 +01:00
.securiser {
img {
width: 300px;
}
2016-02-01 17:16:00 +01:00
ul {
margin-top: 11%;
}
2016-01-29 10:52:06 +01:00
}
2016-01-29 11:23:36 +01:00
.echanger {
ul {
2016-02-01 17:16:00 +01:00
margin-top: 4%;
2016-01-29 11:23:36 +01:00
}
}
2016-01-29 10:52:06 +01:00
.profiter {
2016-02-08 19:07:33 +01:00
//border-bottom: none;
2016-01-29 11:23:36 +01:00
ul {
margin-top: 10%;
2016-01-29 11:23:36 +01:00
}
2016-01-29 10:52:06 +01:00
}
.news {
padding-top: 25px;
padding-bottom: 25px;
.latest_release {
.body {
margin-left: 3%;
}
}
}
.open_account {
img {
margin-left: 0;
padding-top: 10px;
padding-bottom: 0;
}
2016-02-08 19:07:33 +01:00
padding-top: 25px;
padding-bottom: 25px;
.btn {
margin-top: 10%;
2016-02-08 19:07:33 +01:00
}
}
2016-02-08 19:07:33 +01:00
.documentation {
border-bottom: none;
padding-top: 15px;
padding-bottom: 15px;
2016-02-08 19:07:33 +01:00
ul{
margin-top: 10%;
2016-02-08 19:07:33 +01:00
}
img {
width: 15%;
}
2016-02-08 19:07:33 +01:00
}
2016-01-29 10:52:06 +01:00
}