blackjack logic written in vue
https://luna-development.net/blackjack/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
1.3 KiB
103 lines
1.3 KiB
body { |
|
background-color: #0f0f0f; |
|
background-image: url('../img/background.jpg'); |
|
} |
|
|
|
.container { |
|
padding-top: 3em; |
|
} |
|
|
|
.playing-card { |
|
max-width: 7em; |
|
margin: 0.2em; |
|
} |
|
|
|
#status { |
|
color: darkred; |
|
text-align: center; |
|
} |
|
|
|
.navbar { |
|
background-color: #349940; |
|
} |
|
|
|
.navbar * { |
|
color: white; |
|
} |
|
|
|
.navbar-brand img { |
|
width: 35px; |
|
} |
|
|
|
.hand { |
|
margin-bottom: 2em; |
|
} |
|
|
|
#bankModal * { |
|
color: black; |
|
} |
|
|
|
.bet-input { |
|
display: inline; |
|
} |
|
|
|
#actions .card-body { |
|
padding: 20px 5px 5px 5px; |
|
} |
|
|
|
#actions button, |
|
#actions a { |
|
width: 100%; |
|
margin-bottom: 5px; |
|
} |
|
|
|
#quick-bet-buttons { |
|
padding-left: 25px; |
|
padding-right: 25px; |
|
} |
|
|
|
#quick-bet-buttons div { |
|
padding-left: 2px; |
|
padding-right: 2px; |
|
} |
|
|
|
#quick-bet-buttons a { |
|
padding: 5px; |
|
} |
|
|
|
#card-space { |
|
color: white; |
|
} |
|
|
|
#placeholder { |
|
text-align: center; |
|
color: white; |
|
padding-top: 25px; |
|
padding-bottom: 45px; |
|
} |
|
|
|
.navbar-toggler { |
|
border: 1px solid green; |
|
background-color: lightgreen; |
|
} |
|
|
|
.fa-ellipsis-v { |
|
font-size: 1.4em; |
|
color: green; |
|
margin: 3px 6px 3px 6px; |
|
} |
|
|
|
.quick-bet { |
|
height: 16px; |
|
} |
|
|
|
.ajs-custom, .ajs-message { |
|
border: 2px solid lightgreen !important; |
|
border-radius: 10px !important; |
|
background-color: white !important; |
|
color: black !important; |
|
} |
|
|
|
footer * { |
|
color: white !important; |
|
} |