Browse Source

Style alerts;

feature/split
Nero Ignis 5 years ago
parent
commit
87225cc22f
  1. 7
      css/blackjack.css
  2. 8
      index.htm

7
css/blackjack.css

@ -89,4 +89,11 @@ body { @@ -89,4 +89,11 @@ body {
.quick-bet {
height: 16px;
}
.ajs-custom, .ajs-message {
border: 2px solid lightgreen !important;
border-radius: 10px !important;
background-color: white !important;
color: black !important;
}

8
index.htm

@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="col-md-9">
<div class="row" id="card-space" v-if="roundActive || roundPlayed">
<div class="col-md-12 hand">
<h4>
@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
</div>
</div>
</div>
<div class="col-md-2 card" id="actions">
<div class="col-md-3 card" id="actions">
<div class="card-body">
<div v-if="!roundActive">
<button class="btn btn-success" @click="startRound">
@ -124,7 +124,9 @@ @@ -124,7 +124,9 @@
<span class="font-weight-bold">{{ bet }}</span>
</div>
<label class="font-weight-bold">Quick-Bets <small class="text-muted">(100, 250, 500, 1000)</small></label>
<label class="font-weight-bold">
Quick-Bets <small class="text-muted">(100, 250, 500, 1000)</small>
</label>
<div class="row">
<div class="col-12" id="quick-bet-buttons">
<div class="row">

Loading…
Cancel
Save