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

36 lines
641 B
SCSS
Raw Normal View History

2015-10-06 18:33:01 +02:00
#form_login{
2015-10-07 18:14:10 +02:00
text-align: center;
max-width:500px;
margin-left:auto;
margin-right:auto;
padding: 20px;
#btn_fc {
background-image: url('/assets/logo_FC_02.png');
background-repeat: no-repeat;
background-size: 38px;
background-position-x: 5px;
background-position-y: 1px;
2015-10-06 18:33:01 +02:00
}
2015-10-07 18:14:10 +02:00
#new_user{
width: 80%;
2015-10-06 18:33:01 +02:00
margin-left:auto;
margin-right:auto;
}
2015-10-07 18:14:10 +02:00
hr {
margin-top: 50px;
margin-bottom: 40px;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.75), rgba(100, 100, 100, 0));
}
h4 {
text-align: left;
2015-10-06 18:33:01 +02:00
}
}