blob: 8250e0be909c31237e8cddad7e7386300edb033a [file] [log] [blame]
Krishya7096ab12025-06-05 17:15:46 +08001.user-invite-container {
2 padding: 24px;
3 background: #fff;
4 border-radius: 12px;
5 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
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}