1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/sortable/SortableItem/styles.module.scss
2022-06-30 15:58:46 +07:00

6 lines
83 B
SCSS

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