Sha256: 8e75e990e4dee41fa87e4dd8fa9d07036fbc615f0e115cf8b31053591c50c777
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
// Date pattern // Hide the 'spinner' for webkit // and also for Firefox input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0 } input[type=number] { -moz-appearance: textfield } .form-date { .form-group { float: left; width: 50px; margin-right: 20px; margin-bottom: 0; clear: none; label { display: block; margin-bottom: 5px; } input { width: 100%; } } .form-group-year { width: 70px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govuk_elements_rails-0.2.2 | vendor/assets/stylesheets/elements/forms/_form-date.scss |