35 lines
788 B
Plaintext
35 lines
788 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: url('project://database/Assets/Artist/Configs/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2346436936791262179&guid=ac803f0924e239645ac6b2fc9baebc65&type=3#console.infoicon');
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.quest-description {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.complete {
|
|
}
|
|
|
|
.quest {
|
|
}
|
|
|
|
.completed .quest #icon-image {
|
|
display: none;
|
|
}
|
|
|
|
.completed .quest #title-label {
|
|
display: flex;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.completed .quest #description-label {
|
|
display: none;
|
|
}
|