wisemapping-frontend/packages/web2d/test/playground/styles.css

25 lines
320 B
CSS
Raw Normal View History

2022-01-03 23:15:14 +01:00
body
2021-12-12 23:28:32 +01:00
{
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;
}