mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
59 lines
759 B
SCSS
59 lines
759 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;
|
|
}
|