app/assets/stylesheets/application.sass
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap-3-vert-offset-shim
*= require noselect
*/
// DO NOT REQUIRE TREE! It will interfere with load order!
// Account for differences between Rails and Webpack Sass code.
$rails: true
// Included from bootstrap-sprockets gem and loaded in app/assets/javascripts/application.rb
@import 'bootstrap-sprockets'
// Customizations - needs to be imported after bootstrap-sprocket but before bootstrap-custom!
// The _pre-bootstrap.scss file is located under
// client/assets/stylesheets, which has been added to the Rails asset
// pipeline search path. See config/application.rb.
@import 'pre-bootstrap'
// These scss files are located under client/assets/stylesheets
// (which has been added to the Rails asset pipeline search path in config/application.rb).
@import 'bootstrap-custom'
@import 'font-awesome-sprockets'
@import 'font-awesome'
@import 'navbars'
@import 'buttons'
@import 'custom'
@import 'vendor-overrides'
@import 'button_spinner'
@import 'cert_template_markup'
@import 'events-table'
@import 'class-schedules'
@import 'scrollable-table'
@import 'text-align'
@import 'advanced-search-component'
@import 'link-to-person-with-photo'
@import 'inline-info'
@import 'disabled-button-with-popover'
// This must come after all the boostrap styles are loaded so that these styles can override those.
@import 'post-bootstrap'