mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
59
scss/lifegen.scss
Normal file
59
scss/lifegen.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user