lbry-desktop/ui/scss/component/_notification-bar.scss
Alex Liebowitz 7b7e361bdd Add notification bar
Used for displaying global info (e.g. "you just got a reward.")
Can be displayed from anywhere in the app using events.
2017-04-17 09:46:51 -04:00

7 lines
85 B
SCSS

@import "../global";
.notification-bar {
margin-top: 5px;
margin-right: 10px;
}