mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
25 lines
387 B
SCSS
25 lines
387 B
SCSS
.casino-card {
|
|
padding: 10px;
|
|
border: solid 1px #808080;
|
|
background-color: white;
|
|
display: inline-block;
|
|
border-radius: 10px;
|
|
font-size: 14pt;
|
|
text-align: center;
|
|
margin: 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.casino-card .value {
|
|
font-size:15pt;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.casino-card.red {
|
|
color: red;
|
|
}
|
|
|
|
.casino-card.black {
|
|
color: black;
|
|
}
|