Add basic board view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-12-23 15:33:31 +01:00
parent 24af938058
commit ef06f21d2a
9 changed files with 538 additions and 9 deletions

View File

@@ -526,11 +526,6 @@ input.input-inline {
margin-right: 2px;
}
}
button {
padding: 22px;
margin: 0;
}
}
a {
@@ -1537,7 +1532,7 @@ input.input-inline {
table {
margin-bottom: 10px;
border-collapse: collapse;
thead {
background-color: var(--color-background-dark, $color-lightgrey);
}