scinote-web/app/assets/stylesheets/application.scss
aignatov-bio d207cf5dce
Refactored comments over SciNote [SCI-3505] (#1808)
* Preparing helpers for comments

* Refactored comments over scinote

* Update events
2019-06-04 14:40:21 +02:00

28 lines
694 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 "select2.min";
@import "extend/perfect-scrollbar";
@import "my_modules/protocols/*";
@import "protocols/*";
@import "hooks/*";