1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00
documize/gui/app/styles/core/widget/widget-notification.scss

26 lines
379 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.user-notification {
2016-11-05 16:02:35 -07:00
position: fixed;
display: none;
top: 20px;
right: 20px;
2018-12-04 17:26:57 +00:00
background-color: $color-black-light-1;
2016-11-05 16:02:35 -07:00
color: $color-white;
padding: 10px 15px;
text-align: left;
border-radius: 2px;
@extend .z-depth-1;
z-index: 999;
2016-07-07 18:54:16 -07:00
2016-11-05 16:02:35 -07:00
> .message {
margin: 3px 0;
padding: 0;
font-size: 0.9em;
}
2016-07-07 18:54:16 -07:00
}
.busy-indicator {
2016-11-05 16:02:35 -07:00
height: 30px;
width: 30px;
margin: 0 10px;
2016-07-07 18:54:16 -07:00
}