0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add mobile styles for new-user button

Closes #58
This commit is contained in:
Paul Adam Davis 2014-07-12 12:48:55 +01:00
parent 4fed8e22c9
commit d48a22cc83
2 changed files with 11 additions and 1 deletions

View file

@ -339,6 +339,16 @@
width: 26px;
border-right: rgba(0,0,0,0.07) 1px solid;
};
@media (max-width: 650px) {
height: 30px;
min-height: 30px;
padding: 7px 10px 7px 40px;
&:before {
padding-top: 7px;
left: 6px;
width: 24px;
}
}
}
} // > header

File diff suppressed because one or more lines are too long