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

62 lines
872 B
SCSS
Raw Normal View History

2017-01-03 14:53:56 +01:00
#logo-tps {
width: 200px;
}
2016-01-29 10:52:06 +01:00
#landing {
2016-08-30 14:14:18 +02:00
background-image: image-url('landing_background.png');
2016-02-01 17:16:00 +01:00
background-attachment: fixed;
2017-01-02 18:07:04 +01:00
background-size: 130% auto;
2016-02-08 19:07:33 +01:00
background-position: top center;
2016-01-29 10:52:06 +01:00
background-repeat: no-repeat;
h5 {
2017-04-11 16:36:03 +02:00
color: #808080;
2017-01-02 18:07:04 +01:00
}
.logos {
width: 150px;
}
2016-01-29 10:52:06 +01:00
#title {
2017-01-02 18:07:04 +01:00
padding-bottom: 2%;
padding-top: 1%;
2017-04-11 16:42:14 +02:00
color: #FFFFFF;
text-shadow: 0px 0px 10px rgb(0, 0, 0);
2017-01-02 18:07:04 +01:00
2016-01-29 10:52:06 +01:00
h2 {
font-size: 35px;
}
2016-02-01 17:16:00 +01:00
.btn {
text-shadow: none;
}
2016-01-29 10:52:06 +01:00
}
}
.background-tps {
2017-01-02 18:07:04 +01:00
background-color: #668AEA;
2017-04-11 16:36:03 +02:00
color: #FFFFFF;
2017-01-02 18:07:04 +01:00
}
2016-01-29 10:52:06 +01:00
.latest_release {
2017-01-03 10:24:58 +01:00
margin-left: 1%
}
#landing_body {
2017-01-02 18:07:04 +01:00
.split-hr-left {
margin-left: auto;
margin-right: auto;
2016-01-29 11:23:36 +01:00
2017-01-02 18:07:04 +01:00
margin-top: 40px;
margin-bottom: 20px;
2017-04-11 16:36:03 +02:00
border-color: #808080;
2017-01-02 18:07:04 +01:00
width: 40%;
}
#etapes, #request_access {
2017-01-02 18:07:04 +01:00
margin-top: 20px;
margin-bottom: 20px;
}
2017-01-02 18:07:04 +01:00
}