fix(styling): align all spacing to match Malin's desig

This commit is contained in:
Benedikt Rötsch
2017-10-10 17:47:11 +02:00
committed by Benedikt Rötsch
parent db702ad424
commit 50aee89aaf
20 changed files with 187 additions and 171 deletions

View File

@@ -39,7 +39,7 @@
/* Layout */
--fh-layout-display: block;
--fh-layout-margin: var(--grid-gutter) 0; /* change to "10px auto" to center */
--fh-layout-margin: calc(var(--spacing) * 1) 0; /* change to "10px auto" to center */
--fh-layout-text-align: left;
}
@@ -83,7 +83,7 @@ label {
font-size: 0.875em;
& + input {
margin-top: calc(var(--grid-gutter) * 0.25)
margin-top: calc(var(--spacing) * 0.25)
}
}
@@ -136,6 +136,7 @@ input[type="url"],
input[type="week"],
input[list] {
height: var(--fh-input-height);
line-height: var(--fh-input-height);
-webkit-appearance: none;
}