22 lines
654 B
SCSS
22 lines
654 B
SCSS
|
|
|
|
@import 'node_modules/bootstrap/dist/css/bootstrap';
|
|
@import 'node_modules/bootstrap-icons/font/bootstrap-icons';
|
|
|
|
@import '~jquery-ui/themes/base/all.css';
|
|
@import '~jquery-ui-themes/themes/pepper-grinder/theme.css';
|
|
@import '~jquery-ui-themes/themes/pepper-grinder/jquery-ui.min.css';
|
|
@import '~select2/dist/css/select2.css';
|
|
|
|
|
|
@import "~@fortawesome/fontawesome-free/css/all.css";
|
|
|
|
@import 'node_modules/datatables.net-jqui/css/dataTables.jqueryui';
|
|
@import 'node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker3.standalone';
|
|
@import "node_modules/bootstrap-toaster/css/bootstrap-toaster.min";
|
|
|
|
@import "../css/speedButtonNavBar.css";
|
|
|
|
|
|
|