File tree Expand file tree Collapse file tree 1 file changed +29
-41
lines changed Expand file tree Collapse file tree 1 file changed +29
-41
lines changed Original file line number Diff line number Diff line change 1- input [type = text ], select , textarea {
2- width : 100% ;
3- padding : 12px ;
4- border : 1px solid # ccc ;
5- border-radius : 4px ;
6- box-sizing : border-box;
7- margin-top : 6px ;
8- margin-bottom : 16px ;
9- resize : vertical
10- }
11- input [type = email ], select , textarea {
12- width : 100% ;
13- padding : 12px ;
14- border : 1px solid # ccc ;
15- border-radius : 4px ;
16- box-sizing : border-box;
17- margin-top : 6px ;
18- margin-bottom : 16px ;
19- resize : vertical
20- }
1+ input [type = text ],
2+ input [type = email ],
3+ select ,
4+ textarea {
5+ width : 100% ;
6+ padding : 12px ;
7+ margin : 6px 0 16px ;
8+ border : 1px solid # ccc ;
9+ border-radius : 4px ;
10+ box-sizing : border-box;
11+ }
2112
22-
23- input [type = submit ] {
24- background-color : # 04AA6D ;
25- color : white;
26- padding : 12px 20px ;
27- border : none;
28- border-radius : 4px ;
29- cursor : pointer;
30- }
31-
32-
33- input [type = submit ]: hover {
34- background-color : # 45a049 ;
35- }
36-
37-
38- .container {
39- border-radius : 5px ;
40- background-color : # f2f2f2 ;
41- padding : 20px ;
42- }
13+ input [type = submit ] {
14+ background-color : # 04AA6D ;
15+ color : white;
16+ padding : 12px 20px ;
17+ border : 0 ;
18+ border-radius : 4px ;
19+ cursor : pointer;
20+ }
21+
22+ input [type = submit ]: hover {
23+ background-color : # 45a049 ;
24+ }
25+
26+ .container {
27+ background : # f2f2f2 ;
28+ padding : 20px ;
29+ border-radius : 5px ;
30+ }
You can’t perform that action at this time.
0 commit comments