wisemapping-frontend/packages/web2d/test/playground/styles.css
Paulo Gustavo Veiga 110005be4b Clean up tests
2022-01-03 14:15:14 -08:00

25 lines
320 B
CSS

body
{
font-size: 1em !important;
color: #000 !important;
font-family: Arial !important;
}
table {
border: 1px solid darkgray;
border-spacing: 0px;
}
td {
border: 1px solid darkgray;
padding: 10px;
}
tbody tr td:first-child {
width: 20%;
}
.eventForm {
float: left;
margin: 10px;
}