Allow reordering tabs (fixes #82)

This commit is contained in:
Eugene Pankov
2018-08-07 08:51:19 +02:00
parent 0419900e1d
commit 538b5c4c28
15 changed files with 81 additions and 30 deletions

View File

@@ -9,6 +9,8 @@ html
script(src='./preload.js')
script(src='./bundle.js', defer)
style#custom-css
style.
body { transition: 0.5s background; }
body(style='min-height: 100vh; overflow: hidden')
app-root
.preload-logo

View File

@@ -66,7 +66,3 @@
[ngbradiogroup] input[type="radio"] {
display: none;
}
body {
background: #131d27;
}