0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -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 { label {
width: 90px; // width: 90px;
color: $lightgrey; color: $lightgrey;
font-weight: 300; font-weight: 300;
@ -96,25 +96,25 @@
} }
} }
.form-group { // .form-group {
padding-left: 110px; // padding-left: 110px;
@media (max-width: 550px) { // @media (max-width: 550px) {
padding-left: 0; // padding-left: 0;
} // }
} // }
input { input {
width: 300px; // width: 300px;
padding: 7px; padding: 7px;
border: none; border: none;
color: #fff; color: #fff;
background: lighten($darkgrey, 10%); background: lighten($darkgrey, 10%);
@include transition(background ease 0.25s); @include transition(background ease 0.25s);
@media (max-width: 550px) { // @media (max-width: 550px) {
width: 100%; // width: 100%;
} // }
&:focus { &:focus {
border:none; border:none;

File diff suppressed because one or more lines are too long