hookshot/web/components/elements/ListItem.module.scss
Will Hunt e87030487e
Move components from root to elements (#332)
* Move components from root to elements

* Revert change

* Fix import

* changelog
2022-05-06 10:25:10 +01:00

11 lines
105 B
SCSS

.root {
margin-bottom: 20px;
}
.contents {
margin-top: 20px;
}
.header {
cursor: pointer;
}