Sha256: b2f029da8b0a511801215cd3a5f4482f64d3e1065c0ea1b8394b3383567e9471

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 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_override';
@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

3 entries across 3 versions & 1 rubygems

Version Path
thecore_ui_rails_admin-2.1.14 app/assets/stylesheets/thecore_ui_rails_admin/thecore.scss
thecore_ui_rails_admin-2.1.13 app/assets/stylesheets/thecore_ui_rails_admin/thecore.scss
thecore_ui_rails_admin-2.1.12 app/assets/stylesheets/thecore_ui_rails_admin/thecore.scss