Sha256: a69ee4045d044283ae96d36ec83067a74fd29a02ca2dc4bfb5af91a641eb6adc
Contents?: true
Size: 1.21 KB
Versions: 23
Compression:
Stored size: 1.21 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 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 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. * *= require froala_editor.min *= require froala_style.min *= require font-awesome *= require_self */ $white: #fff; $silver: #EFEFEF; $primary-color: #008CBA; $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); $input-focus-bg-color: $white; $input-border-color: scale-color($white, $lightness: -20%); $input-focus-border-color: scale-color($white, $lightness: -40%); @import 'pt_theme'; @import 'froala_overrides'; .simple-pagination { background: $silver; padding: 1rem; .pagination { margin: 0; } }
Version data entries
23 entries across 23 versions & 1 rubygems