vendor/assets/stylesheets/components/_missive.scss in active_frontend-14.0.52 vs vendor/assets/stylesheets/components/_missive.scss in active_frontend-14.0.53
- old
+ new
@@ -1,14 +1,14 @@
// Table of Contents
// ==================================================
// Missive
+// Styles
// Missive
// ==================================================
.missive {
border: 1px solid color(dark-haze);
- border-radius: border-radius(b);
&::before,
&::after {
clear: both;
content: '\0020';
@@ -35,6 +35,16 @@
.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); }
+ }
}