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:
104
scss/includes/statgen.scss
Normal file
104
scss/includes/statgen.scss
Normal file
@@ -0,0 +1,104 @@
|
||||
@import "vars";
|
||||
|
||||
.statgen .statgen { // (Class namespace to enable selectors in FVTT)
|
||||
&-shared__ {
|
||||
&btn-reset {
|
||||
right: -3px;
|
||||
width: $h-ipt-xs;
|
||||
height: $h-ipt-xs;
|
||||
}
|
||||
|
||||
&ipt {
|
||||
width: 42px;
|
||||
height: 24px;
|
||||
|
||||
&[readonly] {
|
||||
background-color: $rgb-border-grey--muted;
|
||||
}
|
||||
|
||||
&--sel {
|
||||
width: 64px;
|
||||
text-align-last: center;
|
||||
}
|
||||
}
|
||||
|
||||
&btn-toggle-tashas-rules {
|
||||
line-height: 14px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
||||
.glyphicon {
|
||||
left: -0.6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-rolled__ {
|
||||
&wrp-results {
|
||||
border: 1px solid $rgb-border-grey--trans;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
&disp-result {
|
||||
min-width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&-pb__ {
|
||||
&ipt-budget {
|
||||
width: 70px;
|
||||
|
||||
&--error {
|
||||
border-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
&header {
|
||||
height: $h-ipt-xs;
|
||||
|
||||
&--group {
|
||||
border-bottom: 1px solid $rgb-border-grey--trans;
|
||||
}
|
||||
|
||||
&--choose-from {
|
||||
min-width: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
&cell {
|
||||
height: 24px;
|
||||
min-width: 36px;
|
||||
}
|
||||
|
||||
&col-cost {
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
&col-cost-delete {
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
&row-cost {
|
||||
min-height: 27px;
|
||||
}
|
||||
}
|
||||
|
||||
&-asi__ {
|
||||
&row {
|
||||
border-bottom: 1px solid $rgb-border-grey--trans;
|
||||
}
|
||||
|
||||
&cell {
|
||||
width: 52px;
|
||||
}
|
||||
|
||||
&disp-plus {
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
&cell-feat {
|
||||
width: 40px;
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user