Fix login layout ;-) (md-select are still buggy)

This commit is contained in:
iRouge
2015-02-22 16:48:27 -05:00
committed by Francis Lachapelle
parent 4a4658e29d
commit 3fb8a42856
3 changed files with 22 additions and 5 deletions
@@ -0,0 +1,10 @@
/*! loginUI.scss */
[ui-view="login"] > md-content {
width: grid-step(5);
}
[id=logo] img {
max-width: 100%;
}
+1 -1
View File
@@ -5,7 +5,7 @@
/// @module views
///
///
@import 'LoginUI.scss';
@import 'MailerUI.scss';
@import 'ContactsUI.scss';
@import 'MessageEditorUI';