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

25 lines
306 B
CSS
Raw Normal View History

2022-07-10 05:56:01 +02:00
body {
font-size: 1em !important;
color: #000 !important;
font-family: Arial !important;
2021-12-12 23:28:32 +01:00
}
table {
2022-07-10 05:56:01 +02:00
border: 1px solid darkgray;
border-spacing: 0px;
2021-12-12 23:28:32 +01:00
}
td {
2022-07-10 05:56:01 +02:00
border: 1px solid darkgray;
padding: 10px;
2021-12-12 23:28:32 +01:00
}
tbody tr td:first-child {
2022-07-10 05:56:01 +02:00
width: 20%;
2021-12-12 23:28:32 +01:00
}
.eventForm {
2022-07-10 05:56:01 +02:00
float: left;
margin: 10px;
}