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

37 lines
794 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 jquery-ui/draggable
*= require rails_bootstrap_forms
*= require bootstrap-select
*= 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";
@import "bootstrap";
@import "bootstrap-datetimepicker";
@import "bootstrap-colorselector";
@import "bootstrap-tagsinput";
@import "bootstrap-tagsinput-typeahead";
@import "shared_styles/elements/*";
2019-12-01 03:04:28 +08:00
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";
2019-12-01 03:04:28 +08:00
@import "extend/*";
@import "hooks/*";
@import "partials/*";
2019-03-11 20:43:50 +08:00
@import "my_modules/protocols/*";
@import "my_modules/results/*";
@import "protocols/*";
2019-12-01 03:04:28 +08:00
@import "settings/*";
@import "shared/*";
@import "themes/*";
2019-12-01 03:04:28 +08:00
@import "*"