Item ehnance, fixes on acto sheet
This commit is contained in:
@@ -123,6 +123,61 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Lineage / Class item slots in Identity tab
|
||||
.identity-lineage-class {
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
.item-slot {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 6px 8px;
|
||||
border: 2px solid @color-gold;
|
||||
border-radius: 4px;
|
||||
background: rgba(212, 160, 23, 0.08);
|
||||
min-height: 40px;
|
||||
|
||||
&.empty {
|
||||
border-style: dashed;
|
||||
opacity: 0.7;
|
||||
cursor: default;
|
||||
|
||||
.slot-icon {
|
||||
font-size: 1.2rem;
|
||||
color: @color-gold;
|
||||
}
|
||||
.slot-placeholder {
|
||||
font-family: @font-body;
|
||||
font-style: italic;
|
||||
color: @color-gold;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
.item-img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
object-fit: contain;
|
||||
border: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.item-name {
|
||||
flex: 1;
|
||||
font-family: @font-primary;
|
||||
font-size: 1rem;
|
||||
color: @color-dark;
|
||||
}
|
||||
|
||||
a[data-action] {
|
||||
color: @color-gold;
|
||||
&:hover { color: @color-blue; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Biodata
|
||||
.biodata-col {
|
||||
flex: 1;
|
||||
@@ -131,6 +186,19 @@
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
// Arcane Stress narrow inputs
|
||||
.character-arcane-stress {
|
||||
.flexrow {
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
input {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
// Defense display
|
||||
.defense-display {
|
||||
min-width: 3rem;
|
||||
|
||||
Reference in New Issue
Block a user