add early css to casino game

This commit is contained in:
Hepatica
2024-03-02 21:07:56 +01:00
parent da7da2d47e
commit ee00d8cc22
2 changed files with 7 additions and 1 deletions

View File

@@ -95,6 +95,12 @@
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-early{
border-radius: 40px;
background: #969B9E;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.gamemode__main {
width: 32%;
height: 100%;