Sha256: aa9c44d196dc9272a5a9d79fc1e6dbc1a583e3c1861ee95185167d39e322bf39
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
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 top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require jquery-ui *= require beautiful-scaffold *= require bootstrap-wysihtml5 *= require themes/default/style */ /* Bootstrap 4 */ @import "bootstrap"; @import "font-awesome-sprockets"; @import "font-awesome"; @import "tempusdominus-bootstrap-4.css"; /* Fix bug driverJS position:fixed */ div#driver-highlighted-element-stage, div#driver-page-overlay { background: transparent !important; outline: 5000px solid rgba(0, 0, 0, .75) }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beautiful_scaffold-2.0.3 | lib/generators/templates/app/assets/stylesheets/application-bs.css |