re-introduce badges

This commit is contained in:
Olivier Gagnon
2021-09-11 02:11:41 -04:00
parent 33aeeb7977
commit 02fd09c5d3
4 changed files with 69 additions and 20 deletions
+15 -1
View File
@@ -113,10 +113,10 @@ a:visited {
color: #fff;
border-radius: 2px;
padding: 1px 3px;
display: "list-item";
font-size: $defaultFontSize * 0.625;
top: 0;
right: 0;
position: absolute;
}
.notification-off {
@@ -127,6 +127,20 @@ a:visited {
display: "none";
}
.notification {
position: relative;
display: inline-block;
}
.notification .badge {
position: absolute;
top: 0;
right: 0;
padding: 2px;
background: red;
color: white;
}
/* help tip. Question mark that opens popup with info/details */
.help-tip {
background-color: black;