|
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 |
| - width: 100%; |
17 | 16 | border-radius: 50px !important;
|
18 | 17 | height: 48px;
|
19 |
| - padding: 0 25px !important; |
20 | 18 | background: #137d60 !important;
|
21 | 19 | color: #fff !important;
|
| 20 | + white-space: nowrap; |
| 21 | + padding: 12px 24px !important; |
| 22 | + font-size: 16px; |
| 23 | + line-height: 24px; |
| 24 | + font-weight: 700; |
| 25 | + letter-spacing: 0.008em; |
22 | 26 |
|
23 | 27 | @include xs-to-sm {
|
24 | 28 | width: fit-content;
|
25 | 29 | }
|
26 | 30 | }
|
27 | 31 |
|
28 |
| -.submitButtonDisabled { |
29 |
| - margin: $base-unit 0; |
| 32 | +.challenge-ops-container .submitButtonDisabled { |
| 33 | + margin: 5px; |
30 | 34 | min-width: 0;
|
31 |
| - width: 100%; |
32 | 35 | border-radius: 50px !important;
|
33 | 36 | height: 48px;
|
34 |
| - padding: 0 25px !important; |
| 37 | + padding: 12px 24px !important; |
35 | 38 | color: #767676 !important;
|
36 | 39 | background: #f4f4f4 !important;
|
| 40 | + font-size: 16px; |
| 41 | + line-height: 24px; |
| 42 | + font-weight: 700; |
| 43 | + letter-spacing: 0.008em; |
37 | 44 |
|
38 | 45 | @include xs-to-sm {
|
39 | 46 | width: fit-content;
|
40 | 47 | }
|
41 | 48 | }
|
42 | 49 |
|
43 |
| -.unregisterButton { |
44 |
| - margin: $base-unit 0; |
| 50 | +.challenge-ops-container .unregisterButton { |
| 51 | + margin: 5px; |
45 | 52 | min-width: 0;
|
46 |
| - width: 100%; |
47 | 53 | border-radius: 50px !important;
|
48 | 54 | height: 48px;
|
49 |
| - padding: 0 25px !important; |
| 55 | + padding: 12px 24px !important; |
50 | 56 | color: #137d60 !important;
|
51 |
| - border-color: #137d60 !important; |
| 57 | + border: 2px solid #137d60 !important; |
52 | 58 | background: #fff !important;
|
| 59 | + font-size: 16px; |
| 60 | + line-height: 24px; |
| 61 | + font-weight: 700; |
| 62 | + letter-spacing: 0.008em; |
53 | 63 |
|
54 | 64 | @include xs-to-sm {
|
55 | 65 | width: fit-content;
|
56 | 66 | }
|
57 | 67 | }
|
58 | 68 |
|
59 |
| -.registerBtn { |
60 |
| - margin: $base-unit 0; |
| 69 | +.challenge-ops-container .unregisterButtonDisabled { |
| 70 | + margin: 5px; |
61 | 71 | min-width: 0;
|
62 |
| - width: 100%; |
63 | 72 | border-radius: 50px !important;
|
64 | 73 | height: 48px;
|
65 |
| - padding: 0 25px !important; |
| 74 | + padding: 12px 24px !important; |
| 75 | + color: #767676 !important; |
| 76 | + border: 2px solid #f4f4f4; |
| 77 | + background: #fff !important; |
| 78 | + font-size: 16px; |
| 79 | + line-height: 24px; |
| 80 | + font-weight: 700; |
| 81 | + letter-spacing: 0.008em; |
| 82 | + |
| 83 | + @include xs-to-sm { |
| 84 | + width: fit-content; |
| 85 | + } |
| 86 | +} |
| 87 | + |
| 88 | +.challenge-ops-container .registerBtn { |
| 89 | + margin: 5px; |
| 90 | + min-width: 0; |
| 91 | + border-radius: 50px !important; |
| 92 | + height: 48px; |
| 93 | + padding: 12px 24px !important; |
66 | 94 | background-color: #137d60 !important;
|
| 95 | + font-size: 16px; |
| 96 | + line-height: 24px; |
| 97 | + font-weight: 700; |
| 98 | + letter-spacing: 0.008em; |
67 | 99 |
|
68 | 100 | @include xs-to-sm {
|
69 | 101 | width: fit-content;
|
70 | 102 | }
|
71 | 103 | }
|
72 | 104 |
|
| 105 | +.challenge-ops-container .submitButton:hover, |
| 106 | +.challenge-ops-container .registerBtn:hover { |
| 107 | + color: #fff !important; |
| 108 | + background: #219174 !important; |
| 109 | + border-color: #219174 !important; |
| 110 | +} |
| 111 | + |
| 112 | +.challenge-ops-container .unregisterButton:hover { |
| 113 | + color: #219174 !important; |
| 114 | + border-color: #219174 !important; |
| 115 | + background: #fff !important; |
| 116 | +} |
| 117 | + |
| 118 | +.challenge-ops-container .submitButton:active, |
| 119 | +.challenge-ops-container .registerBtn:active { |
| 120 | + color: #fff !important; |
| 121 | + background: #0d664e !important; |
| 122 | + border-color: #0d664e !important; |
| 123 | +} |
| 124 | + |
| 125 | +.challenge-ops-container .unregisterButton:active { |
| 126 | + outline: none !important; |
| 127 | + box-shadow: none !important; |
| 128 | + color: #0d664e !important; |
| 129 | + border-color: #0d664e !important; |
| 130 | + background: #fff !important; |
| 131 | +} |
| 132 | + |
| 133 | +.challenge-ops-container .submitButton:focus, |
| 134 | +.challenge-ops-container .submitButton:focus-within, |
| 135 | +.challenge-ops-container .submitButton:focus-visible { |
| 136 | + outline: none !important; |
| 137 | + box-shadow: none !important; |
| 138 | + border-color: #0d664e; |
| 139 | +} |
| 140 | + |
| 141 | +.challenge-ops-container .registerBtn:focus, |
| 142 | +.challenge-ops-container .registerBtn:focus-within, |
| 143 | +.challenge-ops-container .registerBtn:focus-visible { |
| 144 | + outline: none !important; |
| 145 | + box-shadow: none !important; |
| 146 | + border-color: #0d664e; |
| 147 | +} |
| 148 | + |
| 149 | +.challenge-ops-container .unregisterButton:focus, |
| 150 | +.challenge-ops-container .unregisterButton:focus-within, |
| 151 | +.challenge-ops-container .unregisterButton:focus-visible { |
| 152 | + outline: none !important; |
| 153 | + box-shadow: none !important; |
| 154 | + border-color: #0d664e; |
| 155 | +} |
| 156 | + |
73 | 157 | .challenge-ops-container {
|
74 | 158 | display: flex;
|
75 | 159 | margin-top: 32px;
|
|
0 commit comments