BITKit/Src/Unity/UX/BITQuest.uss

37 lines
486 B
Plaintext
Raw Normal View History

2023-06-05 19:57:17 +08:00
.quest-icon {
width: 32px;
height: 32px;
}
.complete {
}
.quest {
}
.completed .quest #icon-image {
display: none;
}
.completed .quest #title-label {
display: flex;
opacity: 0.5;
}
.completed .quest #description-label {
display: none;
}
2023-11-30 00:25:43 +08:00
.active > #equipSelector-container {
scale: 1.2 1.2;
}
#equipSelector-container:disabled > #icon-image {
scale: 1.2 1.2;
opacity: 0.5;
}
2024-11-20 11:36:51 +08:00
2025-04-05 09:49:01 +08:00
.text-shadow {
text-shadow: 1px 1px 1.6px rgba(0, 0, 0, 0.5);
}