mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:26:03 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
912ccea445
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue