d8149e2fd3
Added support for dynamic fields, updated web app, etc.
19 lines
237 B
CSS
19 lines
237 B
CSS
/*body {
|
|
padding-bottom: 70px;
|
|
}*/
|
|
|
|
.grid-item-color {
|
|
width: 4%;
|
|
height: 32px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.grid-item-pattern {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 5px;
|
|
padding: 6px;
|
|
white-space: normal;
|
|
cursor: pointer;
|
|
}
|