Fixes and enhancements, from issue list
This commit is contained in:
@@ -168,6 +168,27 @@
|
||||
}
|
||||
|
||||
.res-sep { opacity: 0.7; font-size: @font-size-xs; }
|
||||
|
||||
&.character-resource--luck {
|
||||
.luck-stepper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1px;
|
||||
}
|
||||
.luck-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.2rem;
|
||||
height: 1.4rem;
|
||||
font-size: @font-size-sm;
|
||||
font-weight: bold;
|
||||
color: @color-olive;
|
||||
cursor: pointer;
|
||||
line-height: 1;
|
||||
&:hover { color: @color-dark; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.resource-label {
|
||||
|
||||
Reference in New Issue
Block a user