Sha256: eaecfaa96d47431ad906cd025790c8fc190964c6431c10d6830ed35581f46fe0

Contents?: true

Size: 803 Bytes

Versions: 20

Compression:

Stored size: 803 Bytes

Contents

//
// Replicate the styles for Shopify Admin cards.
// --------------------------------------------------

.next-card {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.next-card ~ .next-card {
  margin-top: 20px;
}

.next-card__header {
  padding: 20px 20px 0;

  h1, h2, h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
  }
}

.next-card__footer {
  padding: 0 20px 20px;
}

.next-card__section {
  padding: 20px;
}

.next-card__section ~ .next-card__section {
  border-top: 1px solid #ebeef0;
}

.next-card__section--no-bottom-padding {
  padding-bottom: 0;
}

.next-card--aside,
.next-card--disabled {
  background-color: #f5f6f7;
}

.next-card--disabled {
  .next-card__header,
  .next-card__section {
    color: #777777;
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

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