mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* improved object icons * remove redundant control flow * added support for base icon overrides by extension + deleted old icons folder and moved official icons into there * fixed folder icon error * removed temp nodes example --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>
9 lines
344 B
SCSS
9 lines
344 B
SCSS
.checkers {
|
|
background-image: linear-gradient(45deg, #16161b 25%, transparent 25%),
|
|
linear-gradient(-45deg, #16161b 25%, transparent 25%),
|
|
linear-gradient(45deg, transparent 75%, #16161b 75%),
|
|
linear-gradient(-45deg, transparent 75%, #16161b 75%);
|
|
background-size: 20px 20px;
|
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|
|
}
|