placeholder table action buttons
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
require('./bootstrap')
|
||||
|
||||
let url_slug = require('./url-slug')
|
||||
|
||||
$(function () {
|
||||
|
||||
Vendored
+1
-2
@@ -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
@@ -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";
|
||||
|
||||
Vendored
+4
@@ -17,6 +17,10 @@
|
||||
.mobile-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile-no-border {
|
||||
border: 0 none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.border-dashed {
|
||||
|
||||
Reference in New Issue
Block a user