mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
add early css to casino game
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="gamemode__twolines">
|
||||
<div class="gamemode__twoline--first__element bg-card">
|
||||
<div class="gamemode__twoline--first__element bg-early">
|
||||
<ul>
|
||||
<li v-for="mode in twolinefirstelementGameMode" :key="mode">
|
||||
<div :class="'linecontent-' + mode.id">
|
||||
|
||||
Reference in New Issue
Block a user