File tree 2 files changed +32
-35
lines changed
2 files changed +32
-35
lines changed Original file line number Diff line number Diff line change 1
1
form
2
2
3
3
textarea
4
- margin-bottom : 15px
5
- padding : 10px
4
+ width : 100%
5
+
6
+ input [type=text],
7
+ input [type=email],
8
+ input [type=submit],
9
+ textarea
6
10
border : 2px solid $light-gray
7
- -webkit-border-radius : 5px
8
11
border-radius : 5px
9
- width : 100%
10
- @include respond (small )
11
- width : 90%
12
+ -webkit-border-radius : 5px
13
+ margin-bottom : 15px
14
+ padding : 10px
15
+
12
16
& :focus
13
17
border-color : $accent
14
18
outline : 0
15
19
16
- input
17
- & [type=text],
18
- & [type=email],
19
- margin-bottom : 15px
20
- padding : 10px
21
- border : 2px solid $light-gray
22
- -webkit-border-radius : 5px
23
- border-radius : 5px
24
- & :focus
25
- border-color : $accent
26
- outline : 0
27
- & [type=submit]
28
- padding : 5px 15px
29
- background : $white
30
- border : 2px solid $light-gray
31
- cursor : pointer
32
- -webkit-border-radius : 5px
33
- border-radius : 5px
34
- & :hover
35
- background : $light-accent
36
- border-color : $accent
37
- & :active
38
- background : $accent
39
- outline : 0
20
+ input [type=submit]
21
+ background : $white
22
+ cursor : pointer
23
+ padding : 5px 15px
24
+
25
+ & :hover
26
+ background : $light-accent
27
+ border-color : $accent
28
+
29
+ & :active
30
+ background : $accent
31
+ outline : 0
32
+
40
33
.form-input
34
+
41
35
input
42
36
float : left
37
+
43
38
.error-message
39
+ display : none
44
40
float : left
45
41
padding : 12px 20px
46
- display : none
42
+
47
43
& .error
48
44
.error-message
49
- display : inline-block
50
45
color : $accent
51
-
52
- .asterisk
53
- color : $accent
46
+ display : inline-block
Original file line number Diff line number Diff line change 10
10
margin-right : 5px
11
11
12
12
@include respond (small )
13
+ form
14
+ textarea
15
+ width : 90%
16
+
13
17
.content
14
18
padding : 20px
15
19
You can’t perform that action at this time.
0 commit comments