fix label-input matching for core values and addit text to combat values
This commit is contained in:
parent
959bfcc3e4
commit
9b7d3e5a7b
10 changed files with 63 additions and 18 deletions
|
@ -6,13 +6,14 @@
|
|||
|
||||
@use "../utils/mixins";
|
||||
@use "../utils/variables";
|
||||
@use "../utils/typography";
|
||||
|
||||
.ds4-combat-value {
|
||||
$size: 3.75rem;
|
||||
|
||||
display: grid;
|
||||
place-items: center;
|
||||
row-gap: 0.5em;
|
||||
row-gap: 0.125em;
|
||||
|
||||
&__value {
|
||||
$combat-values-icons-path: "#{variables.$official-icons-path}/combat-values";
|
||||
|
@ -51,6 +52,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__label {
|
||||
@include typography.font-heading-upper;
|
||||
font-size: 1.2em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&__formula {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -7,11 +7,12 @@
|
|||
@use "../utils/variables";
|
||||
|
||||
.ds4-sheet-tab-nav {
|
||||
height: auto;
|
||||
border-top: variables.$border-groove;
|
||||
border-bottom: variables.$border-groove;
|
||||
border-top: variables.$border-groove;
|
||||
height: auto;
|
||||
|
||||
&__item {
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue