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

86 lines
1.1 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;
background-position: top left;
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;
}
.btn-lg {
font-size: 20px;
padding: 12px 18px;
}
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-01-29 10:52:06 +01:00
text-shadow: 3px 3px 4px rgba(0, 0, 0, .6);
}
.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 {
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
}
}