Krishya | 7096ab1 | 2025-06-05 17:15:46 +0800 | [diff] [blame] | 1 | .user-invite-container { |
| 2 | padding: 24px; |
Krishya | c6b2483 | 2025-06-05 20:13:20 +0800 | [diff] [blame^] | 3 | /* background: #fff; */ |
Krishya | 7096ab1 | 2025-06-05 17:15:46 +0800 | [diff] [blame] | 4 | border-radius: 12px; |
Krishya | c6b2483 | 2025-06-05 20:13:20 +0800 | [diff] [blame^] | 5 | /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */ |
Krishya | 7096ab1 | 2025-06-05 17:15:46 +0800 | [diff] [blame] | 6 | max-width: 500px; |
| 7 | margin: 0 auto; |
| 8 | text-align: center; |
| 9 | } |
| 10 | |
| 11 | .invite-button { |
| 12 | padding: 10px 20px; |
| 13 | background-color: #4a90e2; |
| 14 | color: white; |
| 15 | font-size: 16px; |
| 16 | border: none; |
| 17 | border-radius: 8px; |
| 18 | cursor: pointer; |
| 19 | margin-top: 12px; |
| 20 | } |
| 21 | |
| 22 | .invite-button:disabled { |
| 23 | background-color: #cccccc; |
| 24 | cursor: not-allowed; |
| 25 | } |
| 26 | |
| 27 | .invite-code { |
| 28 | margin-top: 20px; |
| 29 | font-size: 18px; |
| 30 | color: #333; |
| 31 | } |
| 32 | |
| 33 | .invite-code span { |
| 34 | font-weight: bold; |
| 35 | color: #4a90e2; |
| 36 | } |