- asset icons updated
- aisle props changes - aisle style updated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user