- asset icons updated

- aisle props changes
- aisle style updated
This commit is contained in:
2025-08-28 18:06:34 +05:30
parent 5ef383095a
commit 7bbb221c66
9 changed files with 400 additions and 110 deletions

View File

@@ -1500,6 +1500,28 @@
border-radius: #{$border-radius-large};
margin-right: 4px;
overflow: hidden;
&.yellow-black {
background-color: black;
background-size: 10px 10px;
background-image: repeating-linear-gradient(
45deg,
#FBE50E 0,
#FBE50E 2px,
black 0,
black 50%
);
}
&.white-black {
background-color: black;
background-size: 10px 10px;
background-image: repeating-linear-gradient(
45deg,
white 0,
white 2px,
black 0,
black 50%
);
}
}
.aisle-color {
@@ -1997,7 +2019,7 @@
background: var(--background-color);
border-radius: 0 0 12px 12px;
backdrop-filter: blur(4px);
.search-for{
.search-for {
display: inline-block;
color: var(--accent-color);
max-width: 238px;