summaryrefslogtreecommitdiffstats
path: root/java-vaadin/web/VAADIN/themes/asynk/styles.css
blob: f309f423f1c169efde56535cb55501c899f576f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

@import url("../runo/styles.css");

.v-gridlayout-mygrid .v-gridlayout-spacing-on {
    /* adjust spacing size */
    padding: 1px;
}

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

.v-gridlayout-mygrid div div div {
    background-color: #e0e;
}