File tree Expand file tree Collapse file tree 4 files changed +35
-141
lines changed Expand file tree Collapse file tree 4 files changed +35
-141
lines changed Original file line number Diff line number Diff line change 2
2
& .button-blue {
3
3
background-image : $button-gradient-blue ;
4
4
}
5
-
6
- & .disabled ,
7
- & :disabled {
8
- background : $faded-text !important ;
9
- cursor : auto ;
10
- }
11
5
}
12
6
13
7
.button-dashed {
14
8
font-weight : $bold ;
15
9
16
- & :hover {
17
- background-color : unset ;
18
- }
19
-
20
10
& .button-blue {
21
11
border : solid 1px $hb-blue ;
22
12
color : $hb-blue ;
23
13
24
14
& :hover {
25
15
background-image : $gradient-blue ;
26
- color : $white ;
27
- }
28
- }
29
-
30
- & .button-orange {
31
- border : solid 1px $orange ;
32
- color : $orange ;
33
-
34
- & :hover {
35
- background-image : $gradient-orange ;
36
- color : $white ;
37
16
}
38
17
}
39
18
42
21
color : $purple ;
43
22
44
23
& :hover {
45
- background-image : $gradient-purple ;
46
- color : $white ;
47
- }
48
- }
49
-
50
- & .button-green {
51
- border : solid 1px $green ;
52
- color : $green ;
53
-
54
- & :hover {
55
- background-image : $gradient-green ;
56
- color : $white ;
57
- }
58
- }
59
-
60
- & .disabled ,
61
- & :disabled {
62
- border-color : $faded-text !important ;
63
- color : $faded-text !important ;
64
- cursor : auto ;
65
-
66
- & :hover {
67
- background : $white !important ;
68
- color : $grey !important ;
24
+ background-image : $gradient-dpurple ;
69
25
}
70
26
}
71
27
}
Original file line number Diff line number Diff line change 1
- .button-solid {
2
- & .disabled ,
3
- & :disabled {
4
- background : $faded-text !important ;
5
- cursor : auto ;
6
- }
7
-
1
+ .button-solid {
8
2
& .lg {
9
3
padding : 13px 20px ;
10
4
border-radius : 30px ;
14
8
.button-dashed {
15
9
font-weight : $bold ;
16
10
17
- & .disabled ,
18
- & :disabled {
19
- border-color : $faded-text !important ;
20
- color : $faded-text !important ;
21
- cursor : auto ;
22
-
23
- & :hover {
24
- background : $white !important ;
25
- color : $grey !important ;
26
- }
27
- }
28
-
29
11
& .lg {
30
12
padding : 13px 20px ;
31
13
border-radius : 30px ;
32
14
}
33
-
34
- & :hover {
35
- background-color : unset ;
36
- }
37
-
38
- & .button-orange {
39
- border : solid 1px $orange ;
40
- color : $orange ;
41
-
42
- & :hover {
43
- background-image : $gradient-orange ;
44
- color : $white ;
45
- }
46
- }
47
-
48
- & .button-green {
49
- border : solid 1px $green ;
50
- color : $green ;
51
-
52
- & :hover {
53
- background-image : $gradient-green ;
54
- color : $white ;
55
- }
56
- }
57
15
}
Original file line number Diff line number Diff line change 6
6
background : $light-grey ;
7
7
color : #666666 ;
8
8
}
9
-
10
- & .disabled ,
11
- & :disabled {
12
- cursor : auto ;
13
- background : $faded-text ;
14
- }
15
9
}
16
10
17
11
.button-dashed {
18
12
font-weight : $bold ;
19
13
display : inline-block ;
20
-
21
- & :hover {
22
- background-color : unset ;
23
- }
24
-
25
- & .button-orange {
26
- border : solid 1px $orange ;
27
- color : $orange ;
28
-
29
- & :hover {
30
- background-image : $gradient-orange ;
31
- color : $white ;
32
- }
33
- }
34
-
35
- & .disabled ,
36
- & :disabled {
37
- border-color : $faded-text !important ;
38
- color : $faded-text !important ;
39
- cursor : auto ;
40
-
41
- & :hover {
42
- background : $white !important ;
43
- color : $grey !important ;
44
- }
45
- }
46
- }
47
-
48
- @media screen and (max-width : 575px ) {
49
- .button-align-container {
50
- display : flex ;
51
- width : 100% ;
52
- justify-content : flex-end ;
53
- }
54
14
}
Original file line number Diff line number Diff line change 85
85
& .button-white {
86
86
background : $white !important ;
87
87
}
88
+
89
+ & .disabled ,
90
+ & :disabled {
91
+ cursor : auto ;
92
+ background : $button-gradient-disabled ;
93
+ }
88
94
}
89
95
90
96
.button-dashed {
91
97
border : 1px solid ;
92
98
93
99
& :hover {
94
- background-color : $dashed-button-color ;
95
- color : $white ;
100
+ color : $white !important ;
96
101
}
97
102
98
103
& .button-pink-orange {
101
106
102
107
& :hover {
103
108
background-image : $hi-gradient-pink-orange-lr ;
104
- color : $white ;
105
- border : unset ;
106
109
}
107
110
}
108
111
112
115
113
116
& :hover {
114
117
background-image : $gradient-orange ;
115
- color : $white ;
116
118
}
117
119
}
118
- }
119
120
120
- .button-solid.disabled ,
121
- .button-solid :disabled {
122
- background-image : $button-gradient-disabled ;
123
- box-shadow : 0 10px 41px 0 $button-gradient-disabled ;
121
+ & .button-green {
122
+ border : solid 1px $green ;
123
+ color : $green ;
124
+
125
+ & :hover {
126
+ background-image : $gradient-green ;
127
+ }
128
+ }
129
+
130
+ & .disabled ,
131
+ & :disabled {
132
+ border-color : $faded-text !important ;
133
+ color : $faded-text !important ;
134
+ cursor : auto ;
135
+
136
+ & :hover {
137
+ background : $button-gradient-disabled !important ;
138
+ color : $white !important ;
139
+ }
140
+ }
141
+ }
124
142
125
- button {
126
- cursor : default ;
127
- pointer-events : none ;
143
+ @media screen and (max-width : 575px ) {
144
+ .button-align-container {
145
+ display : flex ;
146
+ width : 100% ;
147
+ justify-content : flex-end ;
128
148
}
129
149
}
You can’t perform that action at this time.
0 commit comments