mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 10:19:59 +01:00
fix notification icon
This commit is contained in:
parent
ef9579594c
commit
766d0e2a2b
1 changed files with 6 additions and 4 deletions
|
@ -11,10 +11,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification--icon {
|
.notification--icon {
|
||||||
position: relative;
|
position: absolute;
|
||||||
float: right;
|
right: 0px;
|
||||||
font-size: 18px;
|
bottom: 0px;
|
||||||
|
padding: 5px;
|
||||||
|
font-size: 36px;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
opacity: 0.8;
|
opacity: 0.4;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
Loading…
Reference in a new issue