mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make the dismiss option more obvious.
This commit is contained in:
parent
e5c33e7b71
commit
12730caa63
1 changed files with 4 additions and 2 deletions
|
@ -81,9 +81,11 @@ a.feat-onboard-dismiss {
|
|||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1em;
|
||||
font-size: 2em;
|
||||
font-size: 2.5em;
|
||||
color: #FFF;
|
||||
opacity: 0.5;
|
||||
background-color: rgba(0,0,0, .25);
|
||||
opacity: 0.7;
|
||||
border-radius: 0.5em;
|
||||
transition: opacity .15s ease-in-out;
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Reference in a new issue