Sha256: b579615be68d1ddf01c5aa8c700a90ce132c15341ac1186a75b4d185c2ac2df9
Contents?: true
Size: 731 Bytes
Versions: 5
Compression:
Stored size: 731 Bytes
Contents
.field-unit { @include administrate-clearfix; align-items: center; display: flex; margin-bottom: $base-spacing; position: relative; width: 100%; } .field-unit__label { float: left; margin-left: 1rem; text-align: right; width: calc(15% - 1rem); } .field-unit__field { float: left; margin-left: 2rem; max-width: 50rem; width: 100%; .optgroup-header { font-weight: $bold-font-weight; } } .field-unit--nested { border: $base-border; margin-left: 7.5%; max-width: 60rem; padding: $small-spacing; width: 100%; .field-unit__field { width: 100%; } .field-unit__label { width: 10rem; } } .field-unit--required { label::after { color: $red; content: " *"; } }
Version data entries
5 entries across 5 versions & 1 rubygems