vendor/assets/stylesheets/components/_missive.scss in active_frontend-14.1.39 vs vendor/assets/stylesheets/components/_missive.scss in active_frontend-14.1.40

- old
+ new

@@ -8,10 +8,11 @@ // Missive // ================================================== .missive { border: 1px solid color(dark-haze); + border-radius: border-radius(b); &::before, &::after { clear: both; content: '\0020'; @@ -27,27 +28,29 @@ box-sizing: border-box; float: left; padding: 20px; white-space: normal; } +.missive-content { + width: 100%; + + p:last-child { margin-bottom: 0; } +} .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; } + + .missive-content { + padding-left: 0; + width: calc(100% - 80px); + } } // Styles // ================================================== -.missive-banner { - border-left-width: 4px; -} +.missive-banner { border-left-width: 4px; } // Colors // ================================================== @each $name, $color in $colors { .missive-banner-color-#{$name} { border-left-color: color($name) !important; }