mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user