- Upgraded "[_Select2_](https://select2.org/)" js lib `v4.0.6-rc.1` → `v4.0.13` - Fixed some issues where changed map settings (e.g. "share") do not get updated/stored, closed #889, closed #925 - Moved ajax endpoints for map create/update/delete into `/Api/Rest/` dir - Minor UI improvements for "manual dialog" (fixed pixelated text)
51 lines
2.1 KiB
SCSS
51 lines
2.1 KiB
SCSS
/*!
|
|
* Pathfinder - Mapping Tool
|
|
* https://www.pathfinder-w.space
|
|
*
|
|
* CSS - Cascading Style Sheets
|
|
* Generated with Compass http://compass-style.org
|
|
*
|
|
* Copyright 2015 - 2020, Exodus 4D - Mark Friedrinch
|
|
*
|
|
*/
|
|
|
|
// CSS Reset - https://github.com/simbo/css-reset-and-normalize
|
|
@import "reset";
|
|
|
|
// Core variables and mixins
|
|
@import "colors";
|
|
@import "variables";
|
|
|
|
// load bootstrap with all its dependencies
|
|
@import "bootstrap";
|
|
|
|
// load Font Awesome with all its dependencies
|
|
@import "library/fontawesome/fontawesome";
|
|
@import "library/fontawesome/regular";
|
|
@import "library/fontawesome/solid";
|
|
@import "library/fontawesome/brands";
|
|
|
|
// Libraries (Remove if not needed)
|
|
@import "library/custom-scrollbar/_mCustomScrollbar"; // malihu-custom-scrollbar-plugin
|
|
@import "library/data-tables/_all"; // DataTables 1.10.12 + extensions
|
|
|
|
@import "library/x-editable/_bootstrap-editable"; // X-editable - v1.5.1
|
|
@import "library/slidebars/_slidebars"; // Slidebars Navigation
|
|
@import "library/easy-pie-chart/_easyPieChart"; // Easy Pie Chart 2.1.6
|
|
@import "library/select2/_core"; // Select2 4.0.13
|
|
@import "library/blue-imp-gallery/_blueimp-gallery"; // Blue Imp Gallery
|
|
@import "library/blue-imp-gallery/_bootstrap-image-gallery"; // Blue Imp Gallery Bootstrap
|
|
@import "library/blue-imp-gallery/_bootstrap-image-gallery"; // Blue Imp Gallery Bootstrap
|
|
@import "library/bootstrap-toggle/_bootstrap-toggle"; // Bootstrap Toggle v2.2.0
|
|
@import "library/bootstrap-checkbox/_awesome-bootstrap-checkbox"; // Bootstrap Customized Checkboxes v0.3.7 - https://github.com/flatlogic/awesome-bootstrap-checkbox
|
|
@import "library/summernote/_summernote"; // Summernote WYSIWYG editor v0.8.10
|
|
//@import "library/jsplumb/_jsplumbtoolkit-defaults"; // JsPlumb SVG map v2.9.3
|
|
|
|
// Main THEME (Imports by order - do not change order)
|
|
@import "main";
|
|
@import "main-colorpallet";
|
|
|
|
// my modules
|
|
@import "layout/all";
|
|
|