mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add help text to first notification.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user