58 lines
826 B
SCSS
58 lines
826 B
SCSS
#landing {
|
|
background-image: image-url('landing_background.png');
|
|
background-attachment: fixed;
|
|
background-size: 130% auto;
|
|
background-position: top center;
|
|
background-repeat: no-repeat;
|
|
|
|
h5{
|
|
color: grey;
|
|
}
|
|
|
|
.logos {
|
|
width: 150px;
|
|
}
|
|
|
|
#logo-tps {
|
|
width: 200px;
|
|
}
|
|
|
|
#title {
|
|
padding-bottom: 2%;
|
|
padding-top: 1%;
|
|
|
|
h2 {
|
|
font-size: 35px;
|
|
}
|
|
|
|
.btn {
|
|
text-shadow: none;
|
|
}
|
|
|
|
color: white;
|
|
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
|
}
|
|
}
|
|
|
|
.background-tps{
|
|
background-color: #668AEA;
|
|
color: white;
|
|
}
|
|
|
|
#landing_body{
|
|
.split-hr-left {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
|
|
border-color: grey;
|
|
width: 40%;
|
|
}
|
|
|
|
#etapes, #request_access{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|