0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Change form-group spacing & make labels bold

Closes #62
This commit is contained in:
Paul Adam Davis 2014-07-12 11:49:37 +01:00
parent 07fac8b40f
commit 7eaf1d89e5
2 changed files with 6 additions and 12 deletions

View file

@ -23,7 +23,7 @@
display: block;
color: $darkgrey;
font-size: 1em;
font-weight: normal;
font-weight: bold;
}
@ -50,13 +50,12 @@ form {
width: 100%;
max-width: 500px;
p {
margin: 2px 0 0 0;
margin: 4px 0 0 0;
color: #B3B2A8;
}
label + input,
label + .gh-select {
margin-top: 1px;
label {
margin-bottom: 4px;
}
@media (max-width: 550px) {
@ -94,11 +93,6 @@ form {
.form-group.for-checkbox {
@include clearfix;
label:first-child {
display: block;
padding-bottom: 4px;
}
.checkbox,
p {
float: left;

File diff suppressed because one or more lines are too long