work on admin ui

This commit is contained in:
bkfox
2019-09-05 18:55:44 +02:00
parent 3b82234cb8
commit b96f60e779
65 changed files with 314 additions and 817 deletions

26
assets/admin/admin.scss Normal file
View File

@ -0,0 +1,26 @@
// @import './bulmacolors';
.navbar {
box-shadow: 0em 0em 0.6em rgba(0, 0, 0, 0.4);
}
.navbar .navbar-brand {
padding-right: 1em;
}
.navbar .navbar-brand img {
margin: 0em 0.4em;
margin-top: 0.3em;
max-height: 3em;
}
.breadcrumbs {
margin-bottom: 1em;
}
.results > #result_list {
width: 100%;
margin: 1em 0em;
}

3
assets/admin/index.js Normal file
View File

@ -0,0 +1,3 @@
import './admin.scss';

View File

@ -2,7 +2,9 @@ import '@fortawesome/fontawesome-free/css/all.min.css';
import '@fortawesome/fontawesome-free/css/fontawesome.min.css';
import './js';
import './styles.scss';
// import './noscript.scss';
import './vue';
import './styles.scss';
// import './noscript.scss';
import './admin';

View File

@ -30,6 +30,10 @@ a.navbar-item.is-active {
border-bottom: 1px grey solid;
}
.navbar .navbar-dropdown {
z-index: 2000;
}
/*
.navbar-brand img {
min-height: 6em;