BITKit/Src/Unity/UX/BITQuest.uss

34 lines
581 B
Plaintext
Raw Normal View History

2023-06-05 19:57:17 +08:00
.quest-title {
font-size: 32px;
2023-06-07 02:02:14 +08:00
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
2023-06-05 19:57:17 +08:00
-unity-text-align: middle-left;
}
.quest-icon {
2023-09-01 14:35:05 +08:00
background-image: none;
2023-06-05 19:57:17 +08:00
width: 32px;
height: 32px;
}
.quest-description {
}
.complete {
}
.quest {
}
.completed .quest #icon-image {
display: none;
}
.completed .quest #title-label {
display: flex;
opacity: 0.5;
}
.completed .quest #description-label {
display: none;
}