insiration taken from:  https://github.com/2nd-Life/esx_kashacters
This commit is contained in:
Henric Backman
2020-04-29 22:49:33 +02:00
parent 556277f692
commit 24b8d703ea
4 changed files with 23 additions and 13 deletions
+5 -4
View File
@@ -7,7 +7,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Google Fonts -->
<!-- Locales -->
<script src="locales/en.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body style="background-color: rgba(0, 0, 0, 0.11);font-family: 'Roboto', sans-serif !important;display: block;">
@@ -40,7 +42,6 @@
<p class="character-info-new"></p>
</div>
</div>
</div>
<div class="character-buttons" >
<button class="btn btn-play" id="play-char">PLAY</button>
@@ -55,9 +56,9 @@
<button type="button" class="close" data-dismiss="modal">&times;</button>
</div>
<div class="modal-body">
<h5>Are You Sure?</h5>
<h5 class="modalTitle">Are You Sure?</h5>
<hr>
<p>By deleting your account we won't be able to recover it, all properties, cars etc. will be deleted</p>
<p class="modalText">By deleting your account we won't be able to recover it, all properties, cars etc. will be deleted</p>
<hr>
<div class="modal-footer">
<button id="deletechar" class="btn btn-delete" data-toggle="modal" data-dismiss="modal">DELETE</button>