Sha256: c6060e73d16c5d8ad73b41798050a7d43e8f97aeb21916a806cab4abae23baf4
Contents?: true
Size: 914 Bytes
Versions: 23
Compression:
Stored size: 914 Bytes
Contents
// // Replicate the styles for Shopify Admin sections // and flexbox layout. // -------------------------------------------------- //== Layout // //## Simple Flexbox layout utilities. .layout-content { display: flex; } .layout-content__sidebar { padding: 20px; @include flex(1, 1, 25%); max-width: 25% } .layout-content__main { padding: 20px; @include flex(1, 1, 0%); } .layout-content__first { padding-right: 0; } //== Section // //## Simple Flexbox layout utilities. //** Main section wrapper. .section { margin: 0; padding: 0; border-bottom: 1px solid #e6e6e6; } //** Section "summary" to the left of the section. .section-summary { padding: 20px 20px 20px 30px; h1, h2 { line-height: 1.325; margin-top: -4px; font-size: 18px; margin-bottom: 10px; } p { color: #798c9c; margin-bottom: 15px; &:last-child { margin-bottom: 0; } } }
Version data entries
23 entries across 23 versions & 1 rubygems