Fix styling and rename to actual dashboard api

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 15:40:38 +02:00
parent 31a9162ff4
commit aa244108c8
14 changed files with 92 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
.icon-deck {
background-image: url(./../../img/deck-dark.svg);
}
body.dark .icon-deck {
background-image: url(./../../img/deck.svg);
}

View File

@@ -1,5 +1,5 @@
$card-spacing: 10px;
$card-padding: 10px;
$stack-spacing: 10px;
$card-spacing: 16px;
$card-padding: 8px;
$stack-spacing: 12px;
$stack-width: 260px;
$board-spacing: 15px;
$board-spacing: 16px;