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

60 lines
760 B
SCSS

h4 {
border-bottom: 1px solid #333;
width: 100%;
}
.night-mode h4 {
border-bottom: 1px solid #555;
}
h5 {
text-decoration: underline;
margin-bottom: 3px;
}
.life__output-wrp-border {
border-radius: 4px;
}
.wrp-sect-head {
display: flex;
justify-content: space-between;
}
.wrp-sect-head > button {
margin: 6px 0 6px 6px;
}
.life__output {
background: none;
}
.btn-supp-fam {
margin-top: 7px;
margin-bottom: 7px;
display: block;
}
.btn-supp-fam::before {
content: "Roll Supplemental Tables Details";
}
.note {
display: inline-block;
margin: 3px 10px;
font-style: italic;
user-select: none;
}
.btn-reroll::before {
content: "Reroll";
}
.life__output {
margin: 1em 0;
padding: 0.2em 0.7em;
border-radius: 0.2em;
display: none;
}