File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,26 +28,26 @@ form {
28
28
input ,
29
29
select ,
30
30
textarea {
31
- border :1px solid #gray- 5;
32
- box-sizing : border-box ;
33
- -webkit-box-sizing : border-box ;
31
+ border : 1px solid #gray- 5;
34
32
-moz-box-sizing : border-box ;
35
- padding : .438rem ;
33
+ -webkit-box-sizing : border-box ;
34
+ box-sizing : border-box ;
36
35
margin : 0 ;
36
+ outline : none ;
37
+ padding : .438rem ;
37
38
-moz-transition : all .30s ease-in-out ;
38
39
-ms-transition : all .30s ease-in-out ;
39
40
-o-transition : all .30s ease-in-out ;
40
- outline : none ;
41
41
-webkit-transition : all .30s ease-in-out ;
42
42
}
43
43
44
44
input :focus ,
45
45
select :focus ,
46
46
textarea :focus {
47
47
border : 1px solid $focus ;
48
- box-shadow : 0 0 .5rem $focus ;
49
48
-moz-box-shadow : 0 0 .5rem $focus ;
50
49
-webkit-box-shadow : 0 0 .5rem $focus ;
50
+ box-shadow : 0 0 .5rem $focus ;
51
51
}
52
52
53
53
fieldset {
85
85
}
86
86
87
87
legend {
88
- font-size : .938rem ;
89
88
color : $gray-7 ;
89
+ font-size : .938rem ;
90
90
padding : 0 $gutter-1 / 4 ;
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments