Various fixes and changes based on tester feedback
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
border: 1px solid @color-olive;
|
||||
border-radius: 3px;
|
||||
background: rgba(0,0,0,0.15);
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
min-width: 6rem;
|
||||
min-height: 1.6rem;
|
||||
|
||||
@@ -97,13 +97,13 @@
|
||||
.identity-name {
|
||||
flex: 1;
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
}
|
||||
|
||||
.slot-icon { font-size: @font-size-sm; opacity: 0.6; }
|
||||
.slot-placeholder { font-size: @font-size-sm; }
|
||||
.slot-icon { font-size: @font-size-xs; opacity: 0.8; }
|
||||
.slot-placeholder { font-size: @font-size-xs; }
|
||||
|
||||
a { font-size: @font-size-sm; opacity: 0.7; &:hover { opacity: 1; } }
|
||||
a { font-size: @font-size-xs; opacity: 0.85; &:hover { opacity: 1; } }
|
||||
}
|
||||
|
||||
.identity-xp {
|
||||
@@ -111,21 +111,22 @@
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
margin-left: auto;
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
|
||||
.xp-label {
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-sm;
|
||||
color: @color-olive;
|
||||
font-size: @font-size-xs;
|
||||
font-weight: bold;
|
||||
color: @color-dark;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.xp-sep { opacity: 0.6; }
|
||||
.xp-sep { opacity: 0.8; }
|
||||
|
||||
input {
|
||||
width: 3rem;
|
||||
text-align: center;
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
}
|
||||
@@ -161,17 +162,18 @@
|
||||
input {
|
||||
width: 2.4rem;
|
||||
text-align: center;
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
|
||||
.res-sep { opacity: 0.5; font-size: @font-size-xs; }
|
||||
.res-sep { opacity: 0.7; font-size: @font-size-xs; }
|
||||
}
|
||||
|
||||
.resource-label {
|
||||
min-width: 3.8rem;
|
||||
min-width: 4.2rem;
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-xs;
|
||||
font-size: @font-size-base;
|
||||
font-weight: bold;
|
||||
color: @color-dark;
|
||||
}
|
||||
}
|
||||
@@ -204,7 +206,8 @@
|
||||
|
||||
label {
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-sm;
|
||||
font-size: @font-size-xs;
|
||||
font-weight: bold;
|
||||
color: @color-dark;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -311,7 +314,7 @@
|
||||
width: 2.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
span { opacity: 0.6; }
|
||||
span { opacity: 0.8; }
|
||||
}
|
||||
|
||||
// Defense display
|
||||
|
||||
Reference in New Issue
Block a user