1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-06 01:56:41 +07:00
vault-frontend/src/components/sortable/SortableGridItem/styles.module.scss
2022-06-24 16:47:38 +07:00

6 lines
83 B
SCSS

@import "src/styles/variables";
.item {
z-index: 1;
box-sizing: border-box;
}