mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
38 lines
472 B
SCSS
38 lines
472 B
SCSS
@use "vars";
|
|
|
|
.night-mode .statgen .statgen {
|
|
&-shared__ {
|
|
&ipt {
|
|
&[readonly] {
|
|
background-color: #3a3a3a;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-rolled__ {
|
|
&wrp-results {
|
|
border-color: vars.$rgb-border-grey--trans-night;
|
|
}
|
|
}
|
|
|
|
&-pb__ {
|
|
&ipt-budget {
|
|
&--error {
|
|
border-color: #f00;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-asi__ {
|
|
&row {
|
|
border-bottom: 1px solid vars.$rgb-border-grey--trans-night;
|
|
}
|
|
|
|
&cell {
|
|
&--top {
|
|
border-color: vars.$rgb-border-grey--night;
|
|
}
|
|
}
|
|
}
|
|
}
|