More styling fixes in admin/flight add/edit form

This commit is contained in:
Nabeel Shahzad
2018-04-09 19:32:38 -05:00
parent 0986cddae1
commit e1c8174b3f
18 changed files with 1758 additions and 236 deletions

View File

@@ -36,6 +36,7 @@ mix.sass('resources/sass/admin/paper-dashboard.scss',
'node_modules/animate.css/animate.css',
'node_modules/icheck/skins/square/blue.css',
'node_modules/select2/dist/css/select2.css',
'node_modules/pikaday/css/pikaday.css',
'node_modules/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css',
'node_modules/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css',
'public/assets/admin/css/vendor.min.css',
@@ -58,6 +59,7 @@ mix.scripts([
'node_modules/select2/dist/js/select2.js',
//'node_modules/leaflet/dist/leaflet.js',
'node_modules/icheck/icheck.js',
'node_modules/pikaday/pikaday.js',
'node_modules/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.js',
'node_modules/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js',
'node_modules/jquery-pjax/jquery.pjax.js',