Sha256: a11c9a4e9414a8afedc491725e1026a913e2fb64df6a46aa4a379670aabe21f1
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. @mixin mdb-label-color-toggle-focus(){ // override bootstrap focus and keep all the standard color (could be multiple radios in the form group) .form-group.is-focused & { color: $mdb-label-color; // on focus just darken the specific labels, do not turn them to the brand-primary &:hover, &:focus { color: $mdb-label-color-toggle-focus; } // correct the above focus color for disabled items fieldset[disabled] & { color: $mdb-label-color; } } } .form-horizontal { // Consistent vertical alignment of radios and checkboxes .radio, .checkbox, .radio-inline, .checkbox-inline { padding-top: 0; } .radio { margin-bottom: 10px; } label { text-align: right; } label.control-label { margin: 0; } } .form-newsletter{ .input-group, .form-group{ float: left; width: 78%; margin-right: 2%; margin-top: 9px; } .btn{ float: left; width: 20%; margin: 9px 0 0; } }
Version data entries
4 entries across 4 versions & 4 rubygems