Casino Style Guide
Colors​
| BetMGM | Borgata | PartyCasino | Wheel Of Fortune | Shared | |
|---|---|---|---|---|---|
| Background | | | | | |
| Text | | | | | |
Shared PAT
Shared PAT colors are only used for PAT or EDS.
Examples​
Links
http://localhost:3000
<a style="color: #D4B962" href="#">
General Terms and Conditions
</a>
CTAs/Button
http://localhost:3000
<a class="btn" style="color: #000; background-color: #D4B962"href="#" >
Spin Now
</a>
Tables
http://localhost:3000
| $50K Leaderboard | |
|---|---|
| Position | Reward |
| 1 | $25,000 |
| Total | $50,000 Casino Bonus |
<table class="table table-striped table-bordered" style="text-align: center; background-color: #fff;">
<thead>
<tr>
<th style="color: #000; background-color: #D4B962;" colspan="2">
<strong>$50K Leaderboard</strong>
</th>
</tr>
<tr style="background-color: #D4B962; color: #000;">
<th style="background-color: #D4B962; color: #000;">Position</th>
<th style="background-color: #D4B962; color: #000;">Reward</th>
</tr>
</thead>
<tbody style="color: #000;">
<tr>
<td>1</td>
<td>$25,000 + Vegas Invite</td>
</tr>
<tr>
<td>
<strong>Total:</strong>
</td>
<td>
<strong>$50,000 Casino Bonus</strong>
</td>
</tr>
</tbody>
</table>