aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile/Tile.scss
blob: d1c62ceb51747a7503e86198b4690f81a270cb8a (plain)
1
2
3
4
5
6
7
8
9
@import "../../../styles/theme";

.tile {
	width: 5rem;
	height: 5rem;

	border: 1px dashed $defFG;
	margin: 1rem;
}