work on admin ui

This commit is contained in:
bkfox
2019-09-05 23:05:04 +02:00
parent b96f60e779
commit 2d21ab2434
19 changed files with 274 additions and 18 deletions

View File

@ -0,0 +1,18 @@
.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; }

View File

@ -0,0 +1,26 @@
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["admin"],{
/***/ "./assets/admin/admin.scss":
/*!*********************************!*\
!*** ./assets/admin/admin.scss ***!
\*********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("// extracted by mini-css-extract-plugin\n\n//# sourceURL=webpack:///./assets/admin/admin.scss?");
/***/ }),
/***/ "./assets/admin/index.js":
/*!*******************************!*\
!*** ./assets/admin/index.js ***!
\*******************************/
/*! no exports provided */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("/* harmony import */ var _admin_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./admin.scss */ \"./assets/admin/admin.scss\");\n/* harmony import */ var _admin_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_admin_scss__WEBPACK_IMPORTED_MODULE_0__);\n\n\n\n\n\n//# sourceURL=webpack:///./assets/admin/index.js?");
/***/ })
}]);

BIN
aircox/static/aircox/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB