mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
27 lines
703 B
SCSS
27 lines
703 B
SCSS
/*
|
|
*= require highlightjs-github-theme
|
|
*= require_self
|
|
*= require_tree .
|
|
*= require jquery-ui/draggable
|
|
*= require rails_bootstrap_forms
|
|
*= require bootstrap-select
|
|
*= require constants
|
|
*= stub reports_pdf
|
|
*/
|
|
|
|
@import "constants";
|
|
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
@import "bootstrap-datetimepicker";
|
|
@import "bootstrap-colorselector";
|
|
@import "bootstrap-tagsinput";
|
|
@import "bootstrap-tagsinput-typeahead";
|
|
@import "handsontable.full.min";
|
|
@import "ajax-bootstrap-select.min";
|
|
@import "extend/bootstrap";
|
|
@import "themes/scinote";
|
|
@import "extend/perfect-scrollbar";
|
|
@import "my_modules/protocols/*";
|
|
@import "my_modules/results/*";
|
|
@import "protocols/*";
|
|
@import "hooks/*";
|