WIP: Current state before PVP combat investigation
This commit is contained in:
@@ -756,4 +756,38 @@
|
||||
grid-template-columns: repeat(2, auto);
|
||||
gap: 0.5rem 1rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Backpack Category Sections */
|
||||
.backpack-category-section {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.subcategory-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0.4rem 0.75rem;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border-left: 3px solid #4299e1;
|
||||
margin: 0.5rem 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.subcat-icon {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.subcat-label {
|
||||
font-size: 0.8rem;
|
||||
font-weight: 500;
|
||||
color: #a0aec0;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
.subcat-count {
|
||||
font-size: 0.75rem;
|
||||
color: #718096;
|
||||
margin-left: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user