mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Reducing overzealous sass indenting for performance.
This commit is contained in:
parent
501e8695f2
commit
7e1bd2922e
1 changed files with 119 additions and 118 deletions
|
@ -21,8 +21,9 @@
|
||||||
top: 15px;
|
top: 15px;
|
||||||
@include breakpoint($mobile) { top: 0; }
|
@include breakpoint($mobile) { top: 0; }
|
||||||
}
|
}
|
||||||
|
}//.ghost-login
|
||||||
|
|
||||||
.login-box {
|
.login-box {
|
||||||
max-width: 530px;
|
max-width: 530px;
|
||||||
margin: 240px auto; // TODO: Change this to proper vertical centering with JS
|
margin: 240px auto; // TODO: Change this to proper vertical centering with JS
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -35,9 +36,9 @@
|
||||||
@include breakpoint(630px) {
|
@include breakpoint(630px) {
|
||||||
max-width: 264px;
|
max-width: 264px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-logo {
|
.login-logo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: 80px 0 70px 0;
|
margin: 80px 0 70px 0;
|
||||||
|
@ -46,9 +47,9 @@
|
||||||
max-width: 235px;
|
max-width: 235px;
|
||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
@include box-sizing(border-box);
|
@include box-sizing(border-box);
|
||||||
max-width: 530px;
|
max-width: 530px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -138,6 +139,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}//.ghost-login
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue