Files
5etools-mirror-2.github.io/scss/includes/classes-table.scss
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

74 lines
1.1 KiB
SCSS

@import "vars";
.cls-tbl {
font-size: 0.8em;
background: $rgb-bg-orange;
> tbody > tr > th {
color: $rgb-off-black;
padding: 1px 0.3em;
}
&__ {
&disp-name {
font-size: 1.8em;
font-family: "Times New Roman", serif;
font-variant: small-caps;
font-weight: 500;
padding-left: 0.2em;
color: $rgb-off-black;
}
&col-group {
text-align: center;
&::after {
position: relative;
bottom: 0;
left: 0;
margin: 0 auto;
padding: 0;
display: block;
content: "";
height: 1px;
width: 96%;
border-bottom: 1px solid $rgb-off-black;
}
}
&col-level {
text-align: center;
width: 1.5em;
}
&col-prof-bonus {
text-align: center;
width: 1.5em;
padding: 1px 0.5em;
}
&col-generic-center {
text-align: center;
min-width: 1em;
max-width: 5em;
}
&stripe-odd:nth-child(odd) {
background: lightgrey;
}
&cell-spell-progression--spell-points-enabled {
display: none !important;
}
&cell-spell-points {
display: none !important;
&--spell-points-enabled {
display: table-cell !important;
}
}
}
}