Skip to content

Instantly share code, notes, and snippets.

@ChadRoberts21
Created April 6, 2018 09:45
Show Gist options
  • Save ChadRoberts21/58518736287065ed78c0bd9d2068a8c6 to your computer and use it in GitHub Desktop.
Save ChadRoberts21/58518736287065ed78c0bd9d2068a8c6 to your computer and use it in GitHub Desktop.
Primayer Repairs Error Modal
<div class="modal-mask">
<div class="modal-wrapper">
<div class="modal-container">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3">
</div>
<div class="col-sm-6">
<i class="fas fa-exclamation-triangle fa-5x" style="color: #d33a1f"></i>
</div>
<div class="col-sm-3">
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Ohh No!...</h3>
<p><strong>Something has gone wrong</strong></p>
<p>We'r sorry about this. But it looks like somthing has broken.</p>
<p> Please try again. If the problem persists please contact the development team</p>
</div>
<input type="button" class="btn btn-default modal-button-right" value="Ok" @click="reloadPage">
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment