Sha256: 2e1b4bbcd71ea7e750fdcf1a6dfbb6cd6fe366aa7ae3194587eca6a452af1ed5
Contents?: true
Size: 1.38 KB
Versions: 28
Compression:
Stored size: 1.38 KB
Contents
/* * 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= required _colors *= require thecore_ui_commons/thecore *= require rails_admin/rails_admin *= require rails_admin_selectize/index *= require_self */ @import 'rails_admin/custom/variables'; @import 'rails_admin/custom/theming'; @import 'rails_admin/custom/mixins'; @import "jquery-ui"; @import "jquery-ui/dialog"; @import 'bootstrap-sprockets'; @import 'bootstrap'; @import 'common'; @import "flashing"; @import 'devise'; @import 'animate'; @import 'mixins'; @import 'apexcharts'; @import 'thecore_ui_commons/thecore'; @import "togglable-sidebar"; .btn { background-color: $element; color: $element-text; border-color: $element-border; } .btn:hover, #new_user div.actions input.btn:hover { color: $element-text-highlight; background-color: $shadows; }
Version data entries
28 entries across 28 versions & 1 rubygems