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

97 lines
1.3 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: 16%;
}
}
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 {
2016-02-01 17:16:00 +01:00
margin-top: 11%;
2016-01-29 11:23:36 +01:00
}
2016-01-29 10:52:06 +01:00
}
2016-02-08 19:07:33 +01:00
.open_admin_compte {
border-bottom: none;
padding-top: 25px;
padding-bottom: 25px;
ol {
margin-top: 1%;
}
.btn-lg {
font-size: 20px;
padding: 12px 18px;
margin-top: 16%;
}
}
2016-01-29 10:52:06 +01:00
}