Sha256: fe07e6f07177f672396c13eec3c3afe97ea5256a51c77106b6955a181c7e447b
Contents?: true
Size: 378 Bytes
Versions: 23
Compression:
Stored size: 378 Bytes
Contents
// // Replicate the styles for Shopify Admin forms. // -------------------------------------------------- .form-control { -webkit-box-shadow: none; box-shadow: none; font-size: 15px; line-height: 20px; &:focus { -webkit-box-shadow: none; box-shadow: none; } } .help-block { font-style: italic; font-size: 13px; color: #95a7b7; margin-top: 5px; }
Version data entries
23 entries across 23 versions & 1 rubygems