mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 13:16:28 +08:00
20 lines
504 B
SCSS
20 lines
504 B
SCSS
/*
|
|
*= require_self
|
|
*= require_tree .
|
|
*= require jquery-ui/draggable
|
|
*= require rails_bootstrap_forms
|
|
*= require bootstrap-select
|
|
*= require colors
|
|
*= require introjs
|
|
*= stub reports_pdf
|
|
*/
|
|
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
@import "bootstrap-datetimepicker";
|
|
@import "bootstrap-colorselector";
|
|
@import "bootstrap-tagsinput";
|
|
@import "bootstrap-tagsinput-typeahead";
|
|
@import "handsontable.full.min";
|
|
@import "extend/bootstrap";
|
|
@import "font-awesome";
|
|
@import "themes/scinote";
|