-
Notifications
You must be signed in to change notification settings - Fork 2
/
popup.html
18 lines (16 loc) · 974 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="autofill_toast-header autofill_d-flex autofill_justify-content-between">
<strong class="">Autofill Resume</strong>
<button type="button" class="autofill_close" style="margin-left: .5rem !important; margin-bottom: .25rem !important;" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="autofill_toast-body">
<p class="autofill_toast-text" style="margin: 2px;">Do you want to autofill your resume?
Don't forget to answer any job-specific questions!</p>
<div class="autofill_d-flex autofill_justify-content-between" style="margin-top: .5rem;">
<button type="button" class="autofill_btn" id="auto_fill_btn"
style="padding-left: 3em; padding-right: 3em;">Autofill</button>
<button type="button" class="autofill_btn" id="auto_fill_edit_btn"
style="padding-left: 3em; padding-right: 3em;">Edit Profile</button>
</div>
</div>