This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1,4 +1,4 @@
@import "vars";
@use "vars";
.night-mode .statgen .statgen {
&-shared__ {
@@ -11,26 +11,26 @@
&-rolled__ {
&wrp-results {
border-color: $rgb-border-grey--trans-night;
border-color: vars.$rgb-border-grey--trans-night;
}
}
&-pb__ {
&ipt-budget {
&--error {
border-color: red;
border-color: #f00;
}
}
}
&-asi__ {
&row {
border-bottom: 1px solid $rgb-border-grey--trans-night;
border-bottom: 1px solid vars.$rgb-border-grey--trans-night;
}
&cell {
&--top {
border-color: $rgb-border-grey--night;
border-color: vars.$rgb-border-grey--night;
}
}
}