mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
26 lines
462 B
CSS
26 lines
462 B
CSS
.qe-QuestInfoComponent {
|
|
width: 280px;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.qe-QuestInfoComponent table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.qe-QuestInfoComponent table tbody th {
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.qe-QuestInfoComponent pre {
|
|
padding: 8px;
|
|
border: solid 1px hsl(200, 10%, 30%);
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.qe-QuestInfoComponent-npc-counts-container {
|
|
overflow: auto;
|
|
} |