blob: 8d3200354daa65cc42e3849c01d051f389a2f283 [file] [log] [blame]
Krishya7096ab12025-06-05 17:15:46 +08001.user-invite-container {
2 padding: 24px;
Krishyac6b24832025-06-05 20:13:20 +08003 /* background: #fff; */
Krishya7096ab12025-06-05 17:15:46 +08004 border-radius: 12px;
Krishyac6b24832025-06-05 20:13:20 +08005 /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
Krishya7096ab12025-06-05 17:15:46 +08006 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}