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

34 lines
487 B
SCSS
Raw Normal View History

#form_login {
2015-10-07 18:14:10 +02:00
text-align: center;
max-width: 500px;
2015-10-07 18:14:10 +02:00
margin-left: auto;
margin-right: auto;
2015-10-07 18:14:10 +02:00
padding: 20px;
.btn_fc {
2015-10-07 18:14:10 +02:00
2016-01-11 17:38:16 +01:00
img {
height: 100px;
}
}
2015-10-07 18:14:10 +02:00
#new_user {
2015-10-07 18:14:10 +02:00
width: 80%;
margin-left: auto;
margin-right: auto;
2015-10-06 18:33:01 +02:00
}
2015-10-08 18:53:41 +02:00
2015-10-07 18:14:10 +02:00
hr {
margin-bottom: 40px;
2017-04-11 16:37:27 +02:00
border: none;
2015-10-07 18:14:10 +02:00
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
}
2017-04-04 15:27:04 +02:00
}