Sha256: b7e10ec346358bbe2054de27e955e851304c95093192298026e341634e347e28
Contents?: true
Size: 839 Bytes
Versions: 2
Compression:
Stored size: 839 Bytes
Contents
@import "bootstrap-sprockets"; @import "bootstrap"; @import "jmenu"; @import "bootstrap3-dropdown"; @import 'autocomplete'; @import "datatables.min"; @import "dataTables.bootstrap.min"; .form-control-complex { display: block; width: 100%; select { @extend .form-control; display: inline !important; width: auto !important; } } .nested_form { margin-bottom: 1.0em; padding-bottom: 1.0em; border-bottom: 1px solid #e5e5e5; } .nested_form_row { margin-left: 1.0em; padding-bottom: 1.0em; margin-bottom: 1.0em; border-bottom: 1px solid #e5e5e5; } form.CommonFormHelper { div.form-group { label.required { font-weight: bold; } label.optional { font-weight: normal; &:after { content: ' (Opcional)' } } } div.error { @extend .alert-danger; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eac_rails_utils-0.25.0 | app/assets/stylesheets/eac_rails_utils.scss |
eac_rails_utils-0.24.0 | app/assets/stylesheets/eac_rails_utils.scss |