fix notification icon

This commit is contained in:
pixeldesu 2014-12-09 23:15:14 +01:00
parent ef9579594c
commit 766d0e2a2b

View file

@ -11,10 +11,12 @@
}
.notification--icon {
position: relative;
float: right;
font-size: 18px;
position: absolute;
right: 0px;
bottom: 0px;
padding: 5px;
font-size: 36px;
color: $gray;
opacity: 0.8;
opacity: 0.4;
z-index: 0;
}