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

Version Path
disco_app-0.6.0 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.1 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.2 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.3 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.8 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.6.9 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.7.0 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.7.1 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.7.2 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.0 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.1 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.2 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.3 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.4 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.5 app/assets/stylesheets/disco_app/disco/_sections.scss
disco_app-0.8.6 app/assets/stylesheets/disco_app/disco/_sections.scss