0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fix broken mobile inputs

This commit is contained in:
John O'Nolan 2014-03-15 16:32:48 +01:00
parent d3d6d9aefd
commit 7cd9655995
2 changed files with 2 additions and 10 deletions

View file

@ -268,10 +268,6 @@
display: table-cell;
vertical-align: middle;
@include breakpoint(630px) {
max-width: 264px;
}
div { // Yes. Really.
position:relative;
margin:0 0 1em 0;
@ -290,11 +286,6 @@
background: transparent;
box-shadow: none;
@include transition(background ease 0.25s);
@include breakpoint(630px) {
@include transition(none);
max-width: 244px;
}
&:focus {
border: none;
@ -304,6 +295,7 @@
}
.email-wrap {
width: 100%;
position:relative;
border-radius: 2px;

File diff suppressed because one or more lines are too long