Sha256: af561b11814bd00c2c6c50d69464c40d60a46d8044eba5d91f384774cf657fa0
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 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 'colors'; @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
4 entries across 4 versions & 1 rubygems