This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

59
scss/lifegen.scss Normal file
View File

@@ -0,0 +1,59 @@
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;
}