Increase reuse of gold and inventory styling

This commit is contained in:
Carlos Fernandez 2026-04-15 03:33:59 -04:00
parent c6335980ba
commit 98810c6909
10 changed files with 84 additions and 146 deletions

View file

@ -37,6 +37,59 @@
color: light-dark(@chat-blue-bg, @beige-50);
}
.tab.inventory {
.search-section {
display: flex;
gap: 10px;
align-items: center;
}
.search-bar {
position: relative;
color: light-dark(@dark-blue-50, @beige-50);
width: 100%;
padding-top: 5px;
input {
border-radius: 50px;
background: light-dark(@dark-blue-10, @golden-10);
border: none;
outline: 2px solid transparent;
transition: all 0.3s ease;
padding: 0 20px;
&:hover {
outline: 2px solid light-dark(@dark, @golden);
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
display: none;
}
}
.icon {
align-content: center;
height: 32px;
position: absolute;
right: 20px;
font-size: 16px;
z-index: 1;
color: light-dark(@dark-blue-50, @beige-50);
}
}
.gold-section {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 10px;
padding: 10px 10px 0;
.input {
color: light-dark(@dark, @beige);
}
}
}
&.limited {
&.character,
&.adversary,