Sha256: 11323956051785318551932341658dd394276002b5ee1f1aa053a13a9f653837

Contents?: true

Size: 924 Bytes

Versions: 2

Compression:

Stored size: 924 Bytes

Contents

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

// 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;

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

Version data entries

2 entries across 2 versions & 1 rubygems

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