mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 12:42:32 +00:00
22 lines
321 B
CSS
22 lines
321 B
CSS
.sheet-wealth-container .sheet-half {
|
|
width: calc(48%);
|
|
display: inline-block;
|
|
}
|
|
|
|
.sheet-wealth-container {
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-wealth > select {
|
|
width: 95px;
|
|
}
|
|
|
|
.charsheet input[type='number'].sheet-wealth-ranking {
|
|
width: 30px;
|
|
}
|
|
|
|
.sheet-wealth select {
|
|
margin: 0px;
|
|
height: 15px;
|
|
}
|