Browse Source

Add placeholder-design;

feature/split
Nero Ignis 5 years ago
parent
commit
79b6c87f26
  1. 7
      css/blackjack.css
  2. 2
      index.htm

7
css/blackjack.css

@ -54,6 +54,13 @@ body {
color: white; color: white;
} }
#placeholder {
text-align: center;
color: white;
padding-top: 25px;
padding-bottom: 25px;
}
.navbar-toggler { .navbar-toggler {
border: 1px solid green; border: 1px solid green;
background-color: lightgreen; background-color: lightgreen;

2
index.htm

@ -82,9 +82,11 @@
</div> </div>
</div> </div>
<div class="row" v-else> <div class="row" v-else>
<div class="col-12" id="placeholder">
<h5>Place your bet and start a round.</h5> <h5>Place your bet and start a round.</h5>
</div> </div>
</div> </div>
</div>
<div class="col-md-2 card" id="actions"> <div class="col-md-2 card" id="actions">
<div class="card-body"> <div class="card-body">
<button class="btn btn-success" @click="startRound" v-if="!roundActive"> <button class="btn btn-success" @click="startRound" v-if="!roundActive">

Loading…
Cancel
Save