vendor/assets/stylesheets/components/_alert.scss in active_frontend-17.0.0 vs vendor/assets/stylesheets/components/_alert.scss in active_frontend-17.0.1

- old
+ new

@@ -33,14 +33,21 @@ &.fixed, &.floating { position: fixed; } &.fixed { left: 0; top: 0; + + &.bottom { + bottom: 0; + top: auto; + } } &.floating { left: 160px; - top: 49px; + top: 50px; width: calc(100% - 320px); + + &.bottom { bottom: 50px; } } } // Colors // ==================================================