mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
First pass at autocompile onboarding popover
This commit is contained in:
parent
afff8ddf29
commit
8d2a451b44
3 changed files with 26 additions and 2 deletions
|
@ -95,3 +95,12 @@ div.full-size(
|
||||||
)
|
)
|
||||||
include ./pdf
|
include ./pdf
|
||||||
|
|
||||||
|
.onboarding__autocompile.popover.right
|
||||||
|
.arrow
|
||||||
|
.popover-inner
|
||||||
|
h3.popover-title Auto Compile
|
||||||
|
.popover-content
|
||||||
|
p Try out the new auto compile setting!
|
||||||
|
img(src="/img/onboarding/autocompile/setting-dropdown.png" width="100%")
|
||||||
|
p When enabled, your project will be compiled after you finish your sentence.
|
||||||
|
button.btn.btn-default.btn-block Got it
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -99,3 +99,18 @@ a.feat-onboard-dismiss {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onboarding__autocompile {
|
||||||
|
display: block;
|
||||||
|
top: 10px;
|
||||||
|
left: 694px;
|
||||||
|
|
||||||
|
.arrow {
|
||||||
|
top: 17px !important;
|
||||||
|
left: -10px !important;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
border-right-color: #f7f7f7 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue