|
13 | 13 | .submitButton { |
14 | 14 | margin: $base-unit 0; |
15 | 15 | min-width: 0; |
16 | | - width: 100%; |
| 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: 0 35px !important; |
| 22 | + padding: 12 24px !important; |
23 | 23 |
|
24 | 24 | @include xs-to-sm { |
25 | 25 | width: fit-content; |
|
29 | 29 | .submitButtonDisabled { |
30 | 30 | margin: $base-unit 0; |
31 | 31 | min-width: 0; |
32 | | - width: 100%; |
| 32 | + border-width: 2px !important; |
33 | 33 | border-radius: 50px !important; |
34 | 34 | height: 48px; |
35 | | - padding: 0 25px !important; |
| 35 | + padding: 12 24px !important; |
36 | 36 | color: #767676 !important; |
37 | 37 | background: #f4f4f4 !important; |
38 | 38 |
|
|
44 | 44 | .unregisterButton { |
45 | 45 | margin: $base-unit 0; |
46 | 46 | min-width: 0; |
47 | | - width: 100%; |
| 47 | + border-width: 2px !important; |
48 | 48 | border-radius: 50px !important; |
49 | 49 | height: 48px; |
50 | | - padding: 0 25px !important; |
| 50 | + padding: 12 24px !important; |
51 | 51 | color: #137d60 !important; |
52 | 52 | border-color: #137d60 !important; |
53 | 53 | background: #fff !important; |
|
60 | 60 | .registerBtn { |
61 | 61 | margin: $base-unit 0; |
62 | 62 | min-width: 0; |
63 | | - width: 100%; |
| 63 | + border-width: 2px !important; |
64 | 64 | border-radius: 50px !important; |
65 | 65 | height: 48px; |
66 | | - padding: 0 25px !important; |
| 66 | + padding: 12 24px !important; |
67 | 67 | background-color: #137d60 !important; |
68 | 68 |
|
69 | 69 | @include xs-to-sm { |
70 | 70 | width: fit-content; |
71 | 71 | } |
72 | 72 | } |
73 | 73 |
|
| 74 | +.submitButton:hover, |
| 75 | +.registerBtn:hover { |
| 76 | + color: #fff !important; |
| 77 | + border-color: #219174 !important; |
| 78 | + background: #219174 !important; |
| 79 | +} |
| 80 | + |
| 81 | +.unregisterButton:hover { |
| 82 | + color: #219174 !important; |
| 83 | + border-color: #219174 !important; |
| 84 | + background: #fff !important; |
| 85 | +} |
| 86 | + |
| 87 | +.submitButton:active, |
| 88 | +.registerBtn:active { |
| 89 | + color: #fff !important; |
| 90 | + border-color: #0d664e !important; |
| 91 | + background: #0d664e !important; |
| 92 | +} |
| 93 | + |
| 94 | +.unregisterButton:active { |
| 95 | + color: #0d664e !important; |
| 96 | + border-color: #0d664e !important; |
| 97 | + background: #fff !important; |
| 98 | +} |
| 99 | + |
74 | 100 | .challenge-ops-container { |
75 | 101 | display: flex; |
76 | 102 | margin-top: 32px; |
|
0 commit comments