From cc2914380d524cbd043107571c5e2f93daa0f90b Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 27 Nov 2023 18:03:32 +0300 Subject: [PATCH] added template for gamemodes block in mobile-home --- .../PagesStyles/adaptive-pages/homemobile.css | 24 ++++++++++++++-- .../pages/adaptive-pages/HomemobilePage.vue | 28 +++++++++++++++++-- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css index cec92f7..2fdf740 100644 --- a/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css +++ b/luckydiamond/src/assets/css/PagesStyles/adaptive-pages/homemobile.css @@ -17,14 +17,13 @@ border-radius: 20px; background: #17181C; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); - height: 45%; + height: 55%; } .main-mobile { grid-area: main-mobile; width: 100%; height: 100%; - background: #983838; } .footer-mobile { @@ -94,7 +93,7 @@ /* Main */ .main-mobile { - margin-top: 40%; + margin-top: 30%; } .main-mobile__content { @@ -102,4 +101,23 @@ justify-content: center; } +.bg-mobile { + border-radius: 10px; + background: #EF4444; + box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); + width: 150px; + height: 105px; +} + +.card-mobile__content { + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; +} + +.card-first { + margin-left: 10px; +} + /* /Main */ \ No newline at end of file diff --git a/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue b/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue index 124cb65..cfc84d9 100644 --- a/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue +++ b/luckydiamond/src/pages/adaptive-pages/HomemobilePage.vue @@ -20,7 +20,17 @@
- +
+
+

{{ mode.title }}

+
+ Play > +
+
+
+
+

1

+