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,11 +1,12 @@
@import "vars";
@use "vars";
.statgen .statgen { // (Class namespace to enable selectors in FVTT)
// (Class namespace to enable selectors in FVTT)
.statgen .statgen {
&-shared__ {
&btn-reset {
right: -3px;
width: $h-ipt-xs;
height: $h-ipt-xs;
width: vars.$h-ipt-xs;
height: vars.$h-ipt-xs;
}
&ipt {
@@ -13,7 +14,7 @@
height: 24px;
&[readonly] {
background-color: $rgb-border-grey--muted;
background-color: vars.$rgb-border-grey--muted;
}
&--sel {
@@ -35,7 +36,7 @@
&-rolled__ {
&wrp-results {
border: 1px solid $rgb-border-grey--trans;
border: 1px solid vars.$rgb-border-grey--trans;
border-radius: 3px;
}
@@ -49,15 +50,15 @@
width: 70px;
&--error {
border-color: red;
border-color: #f00;
}
}
&header {
height: $h-ipt-xs;
height: vars.$h-ipt-xs;
&--group {
border-bottom: 1px solid $rgb-border-grey--trans;
border-bottom: 1px solid vars.$rgb-border-grey--trans;
}
&--choose-from {
@@ -85,7 +86,7 @@
&-asi__ {
&row {
border-bottom: 1px solid $rgb-border-grey--trans;
border-bottom: 1px solid vars.$rgb-border-grey--trans;
}
&cell {