Move login.scss

This commit is contained in:
Steffen van Bergerem 2015-10-05 13:18:38 +02:00
parent 1ba593797c
commit dfe5d32e06
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
@import 'typography'; @import 'typography';
/* login */ /* login */
@import 'new_styles/login'; @import 'login';
@import 'new_styles/registration'; @import 'new_styles/registration';
@import 'forms'; @import 'forms';

View file

@ -1,16 +1,16 @@
#login, .page-sessions.action-new,
#forgot_password, .page-passwords.action-new,
#reset_password { .page-passwords.action-edit {
padding-top: 25px; padding-top: 25px;
.logos-asterisk { .logos-asterisk {
margin: auto;
width: 154px;
height: 154px; height: 154px;
margin: auto;
margin-bottom: 12px; margin-bottom: 12px;
width: 154px;
} }
form.block-form { .block-form {
max-width: 400px; max-width: 400px;
} }
} }