BITFALL/Assets/BITKit/Unity/UX/BITQuest.uss

34 lines
581 B
Plaintext

.quest-title {
font-size: 32px;
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
-unity-text-align: middle-left;
}
.quest-icon {
background-image: none;
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;
}