Add notification in user.less in top right
This commit is contained in:
parent
22728ec7de
commit
7c314ad2eb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue