mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added bg for gamemode cards and added margin for card in home page
This commit is contained in:
BIN
luckydiamond/src/assets/bg-gamemode/bg-cg.png
Normal file
BIN
luckydiamond/src/assets/bg-gamemode/bg-cg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
luckydiamond/src/assets/bg-gamemode/bg-dg.png
Normal file
BIN
luckydiamond/src/assets/bg-gamemode/bg-dg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
luckydiamond/src/assets/bg-gamemode/bg-jg.png
Normal file
BIN
luckydiamond/src/assets/bg-gamemode/bg-jg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
luckydiamond/src/assets/bg-gamemode/bg-main.png
Normal file
BIN
luckydiamond/src/assets/bg-gamemode/bg-main.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
BIN
luckydiamond/src/assets/bg-gamemode/bg-mg.png
Normal file
BIN
luckydiamond/src/assets/bg-gamemode/bg-mg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div class="gamemode__content--card">
|
||||
<div class="gamemode__main">
|
||||
<div class="line__content">
|
||||
<div class="line__content" style="margin: 16px 38px 0px 0px">
|
||||
<ul>
|
||||
<li
|
||||
v-for="mode in mainGameMode"
|
||||
@@ -44,7 +44,7 @@
|
||||
v-for="mode in firstlineGameMode"
|
||||
:key="mode.id"
|
||||
>
|
||||
<div class="line__content">
|
||||
<div class="line__content" style="margin: 16px 38px 20px 0px">
|
||||
{{ mode.title }}
|
||||
</div>
|
||||
</li>
|
||||
@@ -56,7 +56,7 @@
|
||||
v-for="mode in TwolineGameMode"
|
||||
:key="mode.id"
|
||||
>
|
||||
<div class="line__content">
|
||||
<div class="line__content" style="margin: 16px 38px 20px 0px">
|
||||
{{ mode.title }}
|
||||
</div>
|
||||
</li>
|
||||
@@ -179,11 +179,13 @@ export default {
|
||||
bottom: 83%;
|
||||
}
|
||||
|
||||
.gamemode {
|
||||
margin: 0px 0px 0px 200px;
|
||||
.gamemode__content--text {
|
||||
display: flex;
|
||||
margin: 2% 0 0 14.5%;
|
||||
}
|
||||
.gamemode__content--card {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.gamemode__main .line__content {
|
||||
width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user