0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Correct styling of setup form

This commit is contained in:
Paul Adam Davis 2014-07-09 11:42:00 +01:00
parent 13d453a980
commit b4f048f7cc
2 changed files with 12 additions and 12 deletions

View file

@ -87,7 +87,7 @@
}
label {
width: 90px;
// width: 90px;
color: $lightgrey;
font-weight: 300;
@ -96,25 +96,25 @@
}
}
.form-group {
padding-left: 110px;
// .form-group {
// padding-left: 110px;
@media (max-width: 550px) {
padding-left: 0;
}
}
// @media (max-width: 550px) {
// padding-left: 0;
// }
// }
input {
width: 300px;
// width: 300px;
padding: 7px;
border: none;
color: #fff;
background: lighten($darkgrey, 10%);
@include transition(background ease 0.25s);
@media (max-width: 550px) {
width: 100%;
}
// @media (max-width: 550px) {
// width: 100%;
// }
&:focus {
border:none;

File diff suppressed because one or more lines are too long