Bromtpon: Update Form input padding

This commit is contained in:
Thomas Guillot 2019-07-25 12:17:09 +01:00
parent 2abb2f7755
commit 027313474e
3 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ $config-elements: (
"radius": 3px,
),
"padding": calc( 0.33 * #{map-deep-get($config-global, "spacing", "unit")} ),
"padding": #{map-deep-get($config-global, "spacing", "unit")},
),
);

View file

@ -972,7 +972,7 @@ textarea {
color: #252E36;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 3px;
padding: calc( 0.33 * 16px);
padding: 16px;
}
input[type="text"]:focus,

View file

@ -972,7 +972,7 @@ textarea {
color: #252E36;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 3px;
padding: calc( 0.33 * 16px);
padding: 16px;
}
input[type="text"]:focus,