small styling improvments

This commit is contained in:
Thomas Ruoff
2017-02-21 23:26:07 +01:00
parent 52e81fa4f6
commit 130ccf8a34

View File

@@ -16,10 +16,14 @@ header h1 {
.letter-options label { .letter-options label {
display: block; display: block;
color: #333;
font-size: 14px;
font-weight: bold;
} }
.letter-options input, .letter-options input,
.letter-options textarea, .letter-options textarea,
.letter-options select { .letter-options select {
margin-top: 3px;
margin-bottom: 12px; margin-bottom: 12px;
width: 100%; width: 100%;
} }
@@ -34,6 +38,8 @@ header h1 {
padding-left: 6px; padding-left: 6px;
cursor: pointer; cursor: pointer;
line-height: 24px; line-height: 24px;
font-size: 14px;
font-weight: bold;
} }
.Collapsible__trigger.is-closed:before { .Collapsible__trigger.is-closed:before {