scinote-web/app/assets/stylesheets/application.scss

28 lines
703 B
SCSS
Raw Normal View History

2016-02-12 23:52:43 +08:00
/*
2017-01-19 18:37:59 +08:00
*= require highlightjs-github-theme
2016-02-12 23:52:43 +08:00
*= require_self
*= require_tree .
*= require jquery-ui/draggable
*= require rails_bootstrap_forms
*= require bootstrap-select
*= require constants
2016-02-12 23:52:43 +08:00
*= stub reports_pdf
*/
2018-03-28 19:54:01 +08:00
@import "constants";
2016-02-12 23:52:43 +08:00
@import "bootstrap-sprockets";
@import "bootstrap";
@import "bootstrap-datetimepicker";
@import "bootstrap-colorselector";
2016-07-21 19:11:15 +08:00
@import "bootstrap-tagsinput";
@import "bootstrap-tagsinput-typeahead";
2016-02-12 23:52:43 +08:00
@import "handsontable.full.min";
@import "ajax-bootstrap-select.min";
2016-02-12 23:52:43 +08:00
@import "extend/bootstrap";
@import "themes/scinote";
@import "extend/perfect-scrollbar";
2019-03-11 20:43:50 +08:00
@import "my_modules/protocols/*";
@import "my_modules/results/*";
@import "protocols/*";
2019-03-11 20:43:50 +08:00
@import "hooks/*";