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:
parent
13d453a980
commit
b4f048f7cc
2 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue