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
|
@ -94,4 +94,13 @@ div.full-size(
|
|||
ng-show="ui.view == '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 |
|
@ -98,4 +98,19 @@ a.feat-onboard-dismiss {
|
|||
color: #FFF;
|
||||
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