-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathalertModal.html
More file actions
23 lines (20 loc) · 855 Bytes
/
alertModal.html
File metadata and controls
23 lines (20 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- <div id="vp_alertModal"> -->
<div class="vp-alertModal-container" >
<div class="vp-alertModal-inner
vp-alertModal-style-flex-column-evenly">
<div class="vp-alertModal-style-flex-row-center">
<i class="fa fa-exclamation-triangle
vp-alertModal-icon" aria-hidden="true">
</i>
</div>
<div class="vp-alertModal-titleStr
vp-alertModal-style-text-center
vp-alertModal-style-font-weight-700">
</div>
<div class="vp-alertModal-style-flex-row-center">
<input class="vp-alertModal-yes
vp-alertModal-input-button" type="submit" value="OK" />
</div>
</div>
</div>
<!-- </div> -->