blob: 660cec3629c8f50ea90bcd8e141a782e7e22376b [file] [log] [blame]
Krishyac6b24832025-06-05 20:13:20 +08001
Krishya2e0f49a2025-05-29 10:59:01 +08002.task-btn {
3 margin-right: 8px;
4 padding: 6px 12px;
5 border: none;
6 border-radius: 6px;
7 background-color: #4a90e2;
8 color: white;
9 cursor: pointer;
10}
11
12.task-btn:hover {
13 background-color: #357abd;
14}
15
16.loading {
17 text-align: center;
18 font-size: 18px;
19 color: #333;
20}