From 8fc9613fea307a53f31f6b911e1aef5bb1936453 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 19 Feb 2019 23:44:38 -0500 Subject: [PATCH] typos --- sass/form/_index.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sass/form/_index.scss b/sass/form/_index.scss index f04cd73..22efe94 100644 --- a/sass/form/_index.scss +++ b/sass/form/_index.scss @@ -19,7 +19,7 @@ form { [type="email"], [type="number"], - [type="password"] + [type="password"], [type="text"] { padding-right: var(--spacing-s); padding-left: var(--spacing-s); @@ -90,6 +90,7 @@ fieldset-section { [type="email"], [type="text"], + [type="number"], select, textarea { &:not(:focus) { @@ -149,7 +150,8 @@ checkbox-element { input { &[type="checkbox"] { - width: 0; height: 0; + width: 0; + height: 0; visibility: hidden; &:not(:checked) { @@ -193,7 +195,8 @@ radio-element { input { &[type="radio"] { - width: 0; height: 0; + width: 0; + height: 0; visibility: hidden; &:not(:checked) {