summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler/layouts/gridexample.css
blob: 1575b5134707bbb6192bbe0563a50f9cc80578a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.v-gridlayout-gridexample .v-gridlayout-spacing-on {
	/* adjust spacing size */
	padding: 1px;
}

/* visualize the grid cells */
.v-gridlayout-gridexample div {
	background-color: #fff;
}

.v-gridlayout-gridexample div div div {
	background-color: #eee;
}