mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Fix login layout ;-) (md-select are still buggy)
This commit is contained in:
committed by
Francis Lachapelle
parent
4a4658e29d
commit
3fb8a42856
@@ -0,0 +1,10 @@
|
||||
/*! loginUI.scss */
|
||||
|
||||
|
||||
[ui-view="login"] > md-content {
|
||||
width: grid-step(5);
|
||||
}
|
||||
|
||||
[id=logo] img {
|
||||
max-width: 100%;
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
/// @module views
|
||||
///
|
||||
///
|
||||
|
||||
@import 'LoginUI.scss';
|
||||
@import 'MailerUI.scss';
|
||||
@import 'ContactsUI.scss';
|
||||
@import 'MessageEditorUI';
|
||||
|
||||
Reference in New Issue
Block a user