feat: add transparent display

This commit is contained in:
ShawnPhang 2023-09-19 09:55:33 +08:00
parent 6455c90300
commit a8a9e70017

View File

@ -136,6 +136,12 @@
z-index: 8;
}
.shelter-bg {
background-color: #ffffff;
// background-color: #ffffff;
background-color: #f0f0f0;
background-image: linear-gradient(to top right, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(to top right, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-position: 0 0, 8px 8px;
background-size: 16px 16px;
overflow: hidden;
user-select: none;
}
}