crap
This commit is contained in:
19
src/components/DndList.module.css
Normal file
19
src/components/DndList.module.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: var(--mantine-radius-md);
|
||||
border: rem(1px) solid light-dark(var(--mantine-color-gray-2), var(--mantine-color-dark-5));
|
||||
padding: var(--mantine-spacing-sm) var(--mantine-spacing-xl);
|
||||
background-color: light-dark(var(--mantine-color-white), var(--mantine-color-dark-5));
|
||||
margin-bottom: var(--mantine-spacing-sm);
|
||||
}
|
||||
|
||||
.itemDragging {
|
||||
box-shadow: var(--mantine-shadow-sm);
|
||||
}
|
||||
|
||||
.symbol {
|
||||
font-size: rem(30px);
|
||||
font-weight: 700;
|
||||
width: rem(60px);
|
||||
}
|
||||
Reference in New Issue
Block a user