Iteam cleanup + less migration
This commit is contained in:
22
less/npc-sheet.less
Normal file
22
less/npc-sheet.less
Normal file
@@ -0,0 +1,22 @@
|
||||
// ============================================================
|
||||
// NPC SHEET — NPC-specific layout
|
||||
// ============================================================
|
||||
|
||||
.oathhammer .npc-main {
|
||||
|
||||
.npc-left {
|
||||
min-width: @npc-left-width;
|
||||
max-width: @npc-left-width;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.npc-right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user