Add notification in user.less in top right

This commit is contained in:
Konstantinos Triantafyllou 2023-03-24 17:14:10 +02:00
parent 22728ec7de
commit 7c314ad2eb
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
stroke: currentColor;
fill: currentColor;
}
.notification {
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(20%, -50%);
transform: translate(20%, -50%);
}
}
a.login {