2016-02-12 23:52:43 +08:00
|
|
|
/*
|
|
|
|
*= require_self
|
|
|
|
*= require jquery-ui/draggable
|
|
|
|
*= require rails_bootstrap_forms
|
|
|
|
*= require bootstrap-select
|
2023-04-25 18:30:45 +08:00
|
|
|
*= require sn-icon-font
|
2023-06-15 20:23:01 +08:00
|
|
|
*= require sn-inter-font
|
2016-02-12 23:52:43 +08:00
|
|
|
*= stub reports_pdf
|
|
|
|
*/
|
2018-03-28 19:54:01 +08:00
|
|
|
|
2020-01-08 19:07:33 +08:00
|
|
|
@import "shared_styles/constants/*";
|
|
|
|
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
@import "bootstrap-sprockets";
|
2023-06-14 20:40:26 +08:00
|
|
|
// Core variables and mixins
|
|
|
|
@import "bootstrap/variables";
|
|
|
|
@import "bootstrap/mixins";
|
|
|
|
|
|
|
|
// Reset and dependencies
|
|
|
|
@import "bootstrap/normalize";
|
|
|
|
@import "bootstrap/print";
|
|
|
|
@import "bootstrap/glyphicons";
|
|
|
|
|
|
|
|
// Core CSS
|
|
|
|
@import "bootstrap/scaffolding";
|
|
|
|
@import "bootstrap/type";
|
|
|
|
@import "bootstrap/code";
|
|
|
|
@import "bootstrap/grid";
|
|
|
|
@import "bootstrap/tables";
|
|
|
|
@import "bootstrap/forms";
|
|
|
|
|
|
|
|
// Components
|
|
|
|
@import "bootstrap/component-animations";
|
|
|
|
@import "bootstrap/dropdowns";
|
|
|
|
@import "bootstrap/button-groups";
|
|
|
|
@import "bootstrap/input-groups";
|
|
|
|
@import "bootstrap/navs";
|
|
|
|
@import "bootstrap/navbar";
|
|
|
|
@import "bootstrap/breadcrumbs";
|
|
|
|
@import "bootstrap/pagination";
|
|
|
|
@import "bootstrap/pager";
|
|
|
|
@import "bootstrap/labels";
|
|
|
|
@import "bootstrap/badges";
|
|
|
|
@import "bootstrap/jumbotron";
|
|
|
|
@import "bootstrap/thumbnails";
|
|
|
|
@import "bootstrap/alerts";
|
|
|
|
@import "bootstrap/progress-bars";
|
|
|
|
@import "bootstrap/media";
|
|
|
|
@import "bootstrap/list-group";
|
|
|
|
@import "bootstrap/panels";
|
|
|
|
@import "bootstrap/responsive-embed";
|
|
|
|
@import "bootstrap/wells";
|
|
|
|
@import "bootstrap/close";
|
|
|
|
|
|
|
|
// Components w/ JavaScript
|
|
|
|
@import "bootstrap/modals";
|
|
|
|
@import "bootstrap/tooltip";
|
|
|
|
@import "bootstrap/popovers";
|
|
|
|
@import "bootstrap/carousel";
|
|
|
|
|
|
|
|
// Utility classes
|
|
|
|
@import "bootstrap/utilities";
|
|
|
|
@import "bootstrap/responsive-utilities";
|
|
|
|
|
2020-01-08 19:07:33 +08:00
|
|
|
@import "bootstrap-datetimepicker";
|
|
|
|
@import "bootstrap-colorselector";
|
|
|
|
@import "bootstrap-tagsinput";
|
|
|
|
@import "bootstrap-tagsinput-typeahead";
|
2021-01-06 22:00:21 +08:00
|
|
|
@import "jstree_style.min";
|
2020-01-08 19:07:33 +08:00
|
|
|
|
|
|
|
@import "shared_styles/elements/*";
|
2019-12-01 03:04:28 +08:00
|
|
|
|
2021-05-04 22:05:19 +08:00
|
|
|
@import "handsontable.full";
|
2020-01-16 21:58:59 +08:00
|
|
|
@import "emojionearea.min";
|
2018-03-15 22:43:16 +08:00
|
|
|
@import "ajax-bootstrap-select.min";
|
2016-02-12 23:52:43 +08:00
|
|
|
@import "extend/bootstrap";
|
2021-04-30 22:02:59 +08:00
|
|
|
@import "access_permissions/*";
|
2019-12-01 03:04:28 +08:00
|
|
|
@import "extend/*";
|
2019-12-04 18:27:22 +08:00
|
|
|
@import "hooks/*";
|
|
|
|
@import "partials/*";
|
2019-03-11 20:43:50 +08:00
|
|
|
@import "my_modules/protocols/*";
|
2019-07-15 23:17:14 +08:00
|
|
|
@import "my_modules/results/*";
|
2020-01-15 23:46:01 +08:00
|
|
|
@import "my_modules/*";
|
2019-05-13 16:45:12 +08:00
|
|
|
@import "protocols/*";
|
2020-02-13 20:50:29 +08:00
|
|
|
@import "dashboard/*";
|
2020-01-09 22:19:04 +08:00
|
|
|
@import "repository/*";
|
2022-10-18 20:54:29 +08:00
|
|
|
@import "experiment/*";
|
2020-01-09 22:19:04 +08:00
|
|
|
@import "repository_columns/*";
|
2022-08-02 20:51:18 +08:00
|
|
|
@import "label_templates/*";
|
2021-03-25 20:12:52 +08:00
|
|
|
@import "reports/*";
|
2019-12-01 03:04:28 +08:00
|
|
|
@import "settings/*";
|
|
|
|
@import "shared/*";
|
2022-04-28 17:13:38 +08:00
|
|
|
@import "steps/*";
|
2019-12-04 18:27:22 +08:00
|
|
|
@import "themes/*";
|
2019-12-01 03:04:28 +08:00
|
|
|
|
2023-03-16 19:54:24 +08:00
|
|
|
@import "navigation/*";
|
|
|
|
|
2019-12-01 03:04:28 +08:00
|
|
|
@import "*"
|