placeholder table action buttons

This commit is contained in:
2018-07-28 18:37:51 +02:00
parent b9fed14465
commit dc5ec5db95
14 changed files with 338 additions and 202 deletions
+1
View File
@@ -5,6 +5,7 @@
*/
require('./bootstrap')
let url_slug = require('./url-slug')
$(function () {
+1 -2
View File
@@ -1,6 +1,6 @@
// window._ = require('lodash');
// window.Popper = require('popper.js').default;
window.Popper = require('popper.js').default;
/**
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
@@ -10,7 +10,6 @@
try {
window.$ = window.jQuery = require('jquery');
require('bootstrap');
} catch (e) {}
+2 -2
View File
@@ -19,7 +19,7 @@
@import "~bootstrap/scss/button-group";
@import "~bootstrap/scss/input-group";
@import "~bootstrap/scss/custom-forms";
//@import "~bootstrap/scss/nav";
@import "~bootstrap/scss/nav";
@import "~bootstrap/scss/navbar";
@import "~bootstrap/scss/card";
@import "~bootstrap/scss/breadcrumb";
@@ -36,4 +36,4 @@
@import "~bootstrap/scss/popover";
//@import "~bootstrap/scss/carousel";
@import "~bootstrap/scss/utilities";
//@import "~bootstrap/scss/print";
@import "~bootstrap/scss/print";
+4
View File
@@ -17,6 +17,10 @@
.mobile-only {
display: none;
}
.mobile-no-border {
border: 0 none !important;
}
}
.border-dashed {