vendor/assets/stylesheets/components/_alert.scss in active_frontend-15.0.21 vs vendor/assets/stylesheets/components/_alert.scss in active_frontend-15.0.22

- old
+ new

@@ -16,10 +16,13 @@ color: color(black); display: block; padding: 13px 20px; width: 100%; - .alert-close { float: right; } + .alert-close { + float: right; + margin-left: 15px; + } &.absolute, &.fixed { z-index: 2060; } &.absolute { position: absolute;