Sha256: 78c28d5adab185a9da8b326a77006d47391e76cc36fffa038a69a845ace9b510

Contents?: true

Size: 997 Bytes

Versions: 1

Compression:

Stored size: 997 Bytes

Contents

// Table of Contents
// ==================================================
// Missive
// Styles
// Colors

// Missive
// ==================================================
.missive {
  border: 1px solid color(dark-haze);

  &::before,
  &::after {
    clear: both;
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }
}
.missive-icon,
.missive-content {
  box-sizing: border-box;
  float: left;
  padding: 20px;
  white-space: normal;
}
.missive-icon {
  font-size: text-size(xxl);
  padding-top: 30px;
  text-align: center;
  width: 80px;
}
.missive-content {
  padding-left: 0;
  width: calc(100% - 80px);

  p:last-child { margin-bottom: 0; }
}

// Styles
// ==================================================
.missive-banner {
  border-left-width: 4px;
}

// Colors
// ==================================================
@each $name, $color in $colors {
  .missive-banner-color-#{$name} { border-left-color: color($name); }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_frontend-14.0.55 vendor/assets/stylesheets/components/_missive.scss