Skip to content

Commit 6ed16c0

Browse files
committed
#2866: _webform.scss, fix linting errors
1 parent 8a97106 commit 6ed16c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/scss/_webform.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ form {
2828
input,
2929
select,
3030
textarea {
31-
border:1px solid #gray-5;
32-
box-sizing: border-box;
33-
-webkit-box-sizing: border-box;
31+
border: 1px solid #gray-5;
3432
-moz-box-sizing: border-box;
35-
padding: .438rem;
33+
-webkit-box-sizing: border-box;
34+
box-sizing: border-box;
3635
margin: 0;
36+
outline: none;
37+
padding: .438rem;
3738
-moz-transition: all .30s ease-in-out;
3839
-ms-transition: all .30s ease-in-out;
3940
-o-transition: all .30s ease-in-out;
40-
outline: none;
4141
-webkit-transition: all .30s ease-in-out;
4242
}
4343

4444
input:focus,
4545
select:focus,
4646
textarea:focus {
4747
border: 1px solid $focus;
48-
box-shadow: 0 0 .5rem $focus;
4948
-moz-box-shadow: 0 0 .5rem $focus;
5049
-webkit-box-shadow: 0 0 .5rem $focus;
50+
box-shadow: 0 0 .5rem $focus;
5151
}
5252

5353
fieldset {
@@ -85,8 +85,8 @@ form {
8585
}
8686

8787
legend {
88-
font-size: .938rem;
8988
color: $gray-7;
89+
font-size: .938rem;
9090
padding: 0 $gutter-1 / 4;
9191
}
9292
}

0 commit comments

Comments
 (0)