mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use new assets in the announcements widget.
This commit is contained in:
parent
dd2cfb7b4d
commit
76cd29fc69
1 changed files with 3 additions and 3 deletions
|
@ -347,11 +347,11 @@ ul.project-list {
|
||||||
|
|
||||||
.announcements-btn {
|
.announcements-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -50px;
|
bottom: -35px;
|
||||||
right: 3%;
|
right: 3%;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
background: url(/img/lion-128.png) no-repeat center/80% transparent;
|
background: url(/img/brand/lion.svg) no-repeat center/80% transparent;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -361,7 +361,7 @@ ul.project-list {
|
||||||
box-shadow 0.25s ease;
|
box-shadow 0.25s ease;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
bottom: -45px;
|
bottom: -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-open, &-open:hover,
|
&-open, &-open:hover,
|
||||||
|
|
Loading…
Reference in a new issue