blob: 660cec3629c8f50ea90bcd8e141a782e7e22376b [file] [log] [blame]
.task-btn {
margin-right: 8px;
padding: 6px 12px;
border: none;
border-radius: 6px;
background-color: #4a90e2;
color: white;
cursor: pointer;
}
.task-btn:hover {
background-color: #357abd;
}
.loading {
text-align: center;
font-size: 18px;
color: #333;
}