feat: admin - UI optimizations + search, auth UI

This commit is contained in:
NGPixel
2018-03-03 21:48:28 -05:00
parent 1ae47dde2e
commit f203173c6c
10 changed files with 196 additions and 21 deletions

View File

@@ -41,6 +41,12 @@ html {
padding: 20px;
}
.datatable {
th, td {
vertical-align: middle;
}
}
// Visibility
.is-hidden {