mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 22:22:28 +00:00
40 lines
675 B
CSS
40 lines
675 B
CSS
.sheet-ability-container {
|
|
width: calc(16.6%);
|
|
display: inline-block;
|
|
text-align: center;
|
|
position: relative;
|
|
border: 1px solid black;
|
|
margin-left: -1px;
|
|
min-height: 70px;
|
|
}
|
|
|
|
.sheet-ability-container .sheet-row {
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-ability-container .sheet-left {
|
|
display: inline-block;
|
|
width: calc(61%);
|
|
height: 50px;
|
|
}
|
|
|
|
.sheet-ability-container .sheet-right {
|
|
display: inline-block;
|
|
width: calc(32%);
|
|
}
|
|
|
|
.sheet-ability-number {
|
|
font-size: 3em;
|
|
}
|
|
|
|
.sheet-ability-container .sheet-right {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-ability-container .sheet-ability-mod {
|
|
font-size: 1.7em;
|
|
position: absolute;
|
|
top: -21px;
|
|
left: 17px;
|
|
}
|