mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 11:35:26 +00:00
16 lines
164 B
SCSS
16 lines
164 B
SCSS
/*! loginUI.scss */
|
|
|
|
|
|
[ui-view="login"] > md-content {
|
|
width: grid-step(5);
|
|
}
|
|
|
|
[id=logo] img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
label.login-lang {
|
|
margin: 0 $bl $bl 0;
|
|
|
|
}
|