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

63 lines
858 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;
2017-01-02 18:07:04 +01:00
h5{
color: grey;
}
.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%;
2016-01-29 10:52:06 +01:00
h2 {
font-size: 35px;
}
2016-02-01 17:16:00 +01:00
.btn {
text-shadow: none;
}
2017-01-02 18:07:04 +01:00
2016-01-29 10:52:06 +01:00
color: white;
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
}
}
2017-01-02 18:07:04 +01:00
.background-tps{
background-color: #668AEA;
color: white;
}
2016-01-29 10:52:06 +01:00
2017-01-03 10:24:58 +01:00
.latest_release{
margin-left: 1%
}
2017-01-02 18:07:04 +01:00
#landing_body{
.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-01-02 18:07:04 +01:00
border-color: grey;
width: 40%;
}
2017-01-02 18:07:04 +01:00
#etapes, #request_access{
margin-top: 20px;
margin-bottom: 20px;
}
2017-01-02 18:07:04 +01:00
}