Sha256: fd4d28f23668bd5fb6a52ef29dfc54fac5c266b5b3c9fd8ff6b6fc533d698c91

Contents?: true

Size: 1.21 KB

Versions: 1

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 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.
 *
 * Bootstrap
 *= require bootstrap/dist/css/bootstrap.min
 *= require eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min
 * 
 * jQueryUI
 *= require jquery-ui/themes/smoothness/jquery-ui.min
 *= require jquery-ui/themes/smoothness/theme
 * 
 * PickADate
 *= require pickadate/lib/themes/classic
 *= require pickadate/lib/themes/classic.date
 *= require pickadate/lib/themes/classic.time
 *
 * Flatpickr
 *= require flatpickr/dist/flatpickr.min
 * 
 *= require_self
 */


.form-group > input:not([type=button]):not([type=password]):not([type=submit]) {
  min-width: 400px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
date_picker-0.0.9 test/dummy/app/assets/stylesheets/application.css