mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 09:21:27 +00:00
Used for displaying global info (e.g. "you just got a reward.") Can be displayed from anywhere in the app using events.
6 lines
85 B
SCSS
6 lines
85 B
SCSS
@import "../global";
|
|
|
|
.notification-bar {
|
|
margin-top: 5px;
|
|
margin-right: 10px;
|
|
}
|