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