Sha256: 1db7fcb96e7e98bddb51ade50ef9c6095f3bf4ce5c1d88d66efa01353c33ab99
Contents?: true
Size: 798 Bytes
Versions: 22
Compression:
Stored size: 798 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%; // } // // .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
22 entries across 22 versions & 1 rubygems