Skip to content

Commit d6a941c

Browse files
committed
Allow stacking flash messages
1 parent adffbaa commit d6a941c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

warehouse/static/sass/blocks/_notification-bar.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
.notification-bar {
3636
border-bottom: 2px solid $white;
37-
border-top: 2px solid $white;
3837
text-align: center;
3938
background-color: darken($brand-color, 10);
4039
color: $white;
@@ -63,10 +62,3 @@
6362
background-color: $success-color;
6463
}
6564
}
66-
67-
// Remove top border when notification-bars are stacked on top of each other,
68-
// or when notification bar is under a sticky element
69-
.notification-bar + .notification-bar,
70-
body.with-sticky > .notification-bar {
71-
border-top: 0;
72-
}

0 commit comments

Comments
 (0)