|
10 | 10 | padding: 0 25px !important; |
11 | 11 | } |
12 | 12 |
|
13 | | -.submitButton { |
14 | | - margin: $base-unit 0; |
| 13 | +.challenge-ops-container .submitButton { |
| 14 | + margin: 5px; |
15 | 15 | min-width: 0; |
16 | 16 | border-width: 2px !important; |
17 | 17 | border-radius: 50px !important; |
18 | 18 | height: 48px; |
19 | 19 | background: #137d60 !important; |
20 | 20 | color: #fff !important; |
21 | 21 | white-space: nowrap; |
22 | | - padding: 12 24px !important; |
| 22 | + padding: 12px 24px !important; |
23 | 23 | font-weight: 700; |
24 | | - letter-spacing: 0.8em; |
| 24 | + letter-spacing: 0.008em; |
25 | 25 |
|
26 | 26 | @include xs-to-sm { |
27 | 27 | width: fit-content; |
28 | 28 | } |
29 | 29 | } |
30 | 30 |
|
31 | | -.submitButtonDisabled { |
32 | | - margin: $base-unit 0; |
| 31 | +.challenge-ops-container .submitButtonDisabled { |
| 32 | + margin: 5px; |
33 | 33 | min-width: 0; |
34 | 34 | border-width: 2px !important; |
35 | 35 | border-radius: 50px !important; |
36 | 36 | height: 48px; |
37 | | - padding: 12 24px !important; |
| 37 | + padding: 12px 24px !important; |
38 | 38 | color: #767676 !important; |
39 | 39 | background: #f4f4f4 !important; |
40 | 40 | font-weight: 700; |
41 | | - letter-spacing: 0.8em; |
| 41 | + letter-spacing: 0.008em; |
42 | 42 |
|
43 | 43 | @include xs-to-sm { |
44 | 44 | width: fit-content; |
45 | 45 | } |
46 | 46 | } |
47 | 47 |
|
48 | | -.unregisterButton { |
49 | | - margin: $base-unit 0; |
| 48 | +.challenge-ops-container .unregisterButton { |
| 49 | + margin: 5px; |
50 | 50 | min-width: 0; |
51 | 51 | border-width: 2px !important; |
52 | 52 | border-radius: 50px !important; |
53 | 53 | height: 48px; |
54 | | - padding: 12 24px !important; |
| 54 | + padding: 12px 24px !important; |
55 | 55 | color: #137d60 !important; |
56 | 56 | border-color: #137d60 !important; |
57 | 57 | background: #fff !important; |
58 | 58 | font-weight: 700; |
59 | | - letter-spacing: 0.8em; |
| 59 | + letter-spacing: 0.008em; |
60 | 60 |
|
61 | 61 | @include xs-to-sm { |
62 | 62 | width: fit-content; |
63 | 63 | } |
64 | 64 | } |
65 | 65 |
|
66 | | -.registerBtn { |
67 | | - margin: $base-unit 0; |
| 66 | +.challenge-ops-container .registerBtn { |
| 67 | + margin: 5px; |
68 | 68 | min-width: 0; |
69 | 69 | border-width: 2px !important; |
70 | 70 | border-radius: 50px !important; |
71 | 71 | height: 48px; |
72 | | - padding: 12 24px !important; |
| 72 | + padding: 12px 24px !important; |
73 | 73 | background-color: #137d60 !important; |
74 | 74 | font-weight: 700; |
75 | | - letter-spacing: 0.8em; |
| 75 | + letter-spacing: 0.008em; |
76 | 76 |
|
77 | 77 | @include xs-to-sm { |
78 | 78 | width: fit-content; |
79 | 79 | } |
80 | 80 | } |
81 | 81 |
|
82 | | -.submitButton:hover, |
83 | | -.registerBtn:hover { |
| 82 | +.challenge-ops-container .submitButton:hover, |
| 83 | +.challenge-ops-container .registerBtn:hover { |
84 | 84 | color: #fff !important; |
85 | 85 | border-color: #219174 !important; |
86 | 86 | background: #219174 !important; |
87 | 87 | } |
88 | 88 |
|
89 | | -.unregisterButton:hover { |
| 89 | +.challenge-ops-container .unregisterButton:hover { |
90 | 90 | color: #219174 !important; |
91 | 91 | border-color: #219174 !important; |
92 | 92 | background: #fff !important; |
93 | 93 | } |
94 | 94 |
|
95 | | -.submitButton:active, |
96 | | -.registerBtn:active { |
| 95 | +.challenge-ops-container .submitButton:active, |
| 96 | +.challenge-ops-container .registerBtn:active { |
97 | 97 | color: #fff !important; |
98 | 98 | border-color: #0d664e !important; |
99 | 99 | background: #0d664e !important; |
100 | 100 | } |
101 | 101 |
|
102 | | -.unregisterButton:active { |
| 102 | +.challenge-ops-container .unregisterButton:active { |
103 | 103 | color: #0d664e !important; |
104 | 104 | border-color: #0d664e !important; |
105 | 105 | background: #fff !important; |
|
0 commit comments