aboutsummaryrefslogtreecommitdiff
path: root/src/components/Tile/Tile.scss
blob: 54a5ad737fa9c007f90d0f44ac02b6931291f1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "../../../styles/theme";
@import "../../../styles/view";

.view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;;
}

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

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