Fix core item base stats
This commit is contained in:
+15
@@ -49,6 +49,11 @@ button:hover { filter: brightness(1.1); }
|
||||
button.secondary { background: var(--panel-2); }
|
||||
button.danger { border-color: rgba(251, 113, 133, 0.5); background: rgba(251, 113, 133, 0.16); }
|
||||
textarea { width: 100%; min-height: 9rem; resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
|
||||
input[readonly], select:disabled {
|
||||
cursor: not-allowed;
|
||||
color: var(--muted);
|
||||
background: rgba(255, 255, 255, 0.035);
|
||||
}
|
||||
|
||||
label {
|
||||
display: grid;
|
||||
@@ -176,6 +181,16 @@ h3 { margin-bottom: 0; }
|
||||
.gear-card { display: grid; gap: 0.85rem; }
|
||||
.gear-title-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
|
||||
.piece-score { color: var(--accent); font-weight: 800; }
|
||||
.fixed-badge {
|
||||
border: 1px solid rgba(125, 211, 252, 0.35);
|
||||
border-radius: 999px;
|
||||
color: var(--accent);
|
||||
background: rgba(125, 211, 252, 0.08);
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 800;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.inline-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
|
||||
.effects { display: grid; gap: 0.75rem; }
|
||||
.effect-row { display: grid; grid-template-columns: 1fr 110px; gap: 0.75rem; align-items: end; }
|
||||
|
||||
Reference in New Issue
Block a user