Files
roll20-character-sheets/Miseries & Misfortunes/css/wealth.css
T

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;
}