Sha256: c46e6a981d9d241f77d891adc11bb8867d6c8b46fb23382d7a8847a3bb1b02e4
Contents?: true
Size: 431 Bytes
Versions: 130
Compression:
Stored size: 431 Bytes
Contents
// // Base styles // .input-group { display: -ms-flexbox; -ms-flex-wrap: wrap; -ms-flex-align: stretch; > .form-control, > .custom-select, > .custom-file { -ms-flex: 1 1 auto; } > .custom-file { display: -ms-flexbox; -ms-flex-align: center; } } // Prepend and append .input-group-prepend, .input-group-append { display: -ms-flexbox; } // Textual addons .input-group-text { display: -ms-flexbox; }
Version data entries
130 entries across 130 versions & 1 rubygems