UX: Add help text to first notification.

This commit is contained in:
Guo Xiang Tan
2016-11-16 12:24:33 +08:00
parent 8471289831
commit 1761317b37
4 changed files with 20 additions and 2 deletions

View File

@@ -171,11 +171,21 @@ body {
height: 80px;
top: -18px !important;
right: -18px !important;
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.85);
border-radius: 100%;
z-index: 1040;
}
.ring-first-notification {
position: absolute;
color: $secondary;
text-align: left;
right: 60px;
top: 70px;
width: 290px;
line-height: 30px;
}
.ring {
$gradient-start: transparent;
$gradient-end: #090;