Add toolbar notification when the messenger is closed
This commit is contained in:
@@ -72,6 +72,18 @@
|
||||
.modal_main();
|
||||
};
|
||||
& {
|
||||
@keyframes notification {
|
||||
0% {
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
50% {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
100% {
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar_vars();
|
||||
@toolbar_line-height: 32px;
|
||||
@toolbar_top-height: 64px;
|
||||
@@ -1001,6 +1013,11 @@
|
||||
width: 125px;
|
||||
text-align: center;
|
||||
}
|
||||
#cp-toolbar-chat-drawer-open button {
|
||||
&.cp-toolbar-notification {
|
||||
animation: notification 2s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
.cp-toolbar-share-button {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user