This commit is contained in:
Sean Yesmunt 2019-02-19 23:44:38 -05:00
parent bf41d17fca
commit 8fc9613fea

View file

@ -19,7 +19,7 @@ form {
[type="email"], [type="email"],
[type="number"], [type="number"],
[type="password"] [type="password"],
[type="text"] { [type="text"] {
padding-right: var(--spacing-s); padding-right: var(--spacing-s);
padding-left: var(--spacing-s); padding-left: var(--spacing-s);
@ -90,6 +90,7 @@ fieldset-section {
[type="email"], [type="email"],
[type="text"], [type="text"],
[type="number"],
select, select,
textarea { textarea {
&:not(:focus) { &:not(:focus) {
@ -149,7 +150,8 @@ checkbox-element {
input { input {
&[type="checkbox"] { &[type="checkbox"] {
width: 0; height: 0; width: 0;
height: 0;
visibility: hidden; visibility: hidden;
&:not(:checked) { &:not(:checked) {
@ -193,7 +195,8 @@ radio-element {
input { input {
&[type="radio"] { &[type="radio"] {
width: 0; height: 0; width: 0;
height: 0;
visibility: hidden; visibility: hidden;
&:not(:checked) { &:not(:checked) {