Add luck option after roll, attributes above 6, fix miracle icon and grit bonus
All checks were successful
Release Creation / build (release) Successful in 1m36s
All checks were successful
Release Creation / build (release) Successful in 1m36s
This commit is contained in:
@@ -169,6 +169,24 @@
|
||||
|
||||
.res-sep { opacity: 0.7; font-size: @font-size-xs; }
|
||||
|
||||
.grit-max-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
|
||||
.res-bonus-label {
|
||||
opacity: 0.6;
|
||||
font-size: @font-size-xs;
|
||||
}
|
||||
|
||||
.res-bonus-input {
|
||||
width: 2.2rem;
|
||||
opacity: 0.85;
|
||||
border-left: 1px dashed @color-olive;
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&.character-resource--luck {
|
||||
.luck-stepper {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user