From a96636635a52a763c1058a2509b59b9f1908d610 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Mon, 1 Apr 2024 23:57:52 +0200 Subject: [PATCH] Add main styles for double members elementsz --- .../css/PagesStyles/games-pages/double.css | 51 +++++++++++++++++- .../icons-games/double-game/MembersInGame.png | Bin 0 -> 690 bytes .../src/pages/games-pages/DoublePage.vue | 15 ++++-- 3 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 luckydiamond/src/assets/icons-games/double-game/MembersInGame.png diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/double.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/double.css index e216984..0793d64 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/double.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/double.css @@ -18,15 +18,17 @@ } .double-members-ingame-red { + background: linear-gradient(to bottom, #FF416C, #FF4B2B); z-index: 1; border: 2px solid #3B4260; border-radius: 15px; - background: #1C2133; + /* background: #1C2133; */ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); margin-top: 1vh; margin-top: 1vh; width: 100%; height: 94%; + padding: 2vh; } .double-members-ingame-green { @@ -41,6 +43,53 @@ height: 94%; } +.double-members-flex-container { + display: flex; + justify-content: space-between; + align-items: center; + color: white; + /* Assuming the text is white */ +} + +.double-red-box { + display: flex; + align-items: baseline; + font-size: 18px; + font-family: Montserrat; + font-weight: bold; + color: #B64848; +} + +.double-number-color { + color: #56629A; + font-weight: bold; + font-size: 20px; + font-family: Montserrat; +} + +.double-red-box span { + font-size: larger; + /* Or any specific size */ + margin-left: 5px; + /* Spacing between RED and X2 */ +} + +.double-user-icon { + display: flex; + align-items: center; +} + +.double-user-icon .double-user-icon-span { + background-image: url('../../../icons-games/double-game/MembersInGame.png'); + width: 20px; + /* Replace with actual size of your icon */ + height: 20px; + /* Replace with actual size of your icon */ + margin-right: 5px; + /* Spacing between icon and number 6 */ +} + + .double-members-ingame-black { z-index: 1; border: 2px solid #3B4260; diff --git a/luckydiamond/src/assets/icons-games/double-game/MembersInGame.png b/luckydiamond/src/assets/icons-games/double-game/MembersInGame.png new file mode 100644 index 0000000000000000000000000000000000000000..abd37cd1fb1a24f9150aa01cb57912bf9624790e GIT binary patch literal 690 zcmV;j0!{siP)(aNGWsVSEDa&fX5>@4kfHc@ZDgdWmP9;Cq*3eBu4nD?HmVB=tz!Kp`Gi9^<|Ubb32t+a&s1H zt4CXV=M_|o?*UrfAmE*xo%rm^YekiV;|5FL1mLVP1B`Nm1Q&F@At3V05g0NS9%Tp8 z0X6H`d!JrA?7Ol}#lc5bLWJ8QDm{D+b_zt|AzX zO`H>=MVD(^*qJ~wOVHurH-}%9GmeF~mC)B3nK@5P7Pvs2GABMsb}?n;C{YWoMF$dI?vx
-

Red X2

+
+
+ RED X2 +
+
+ 6 +
+

fds

fds

fds

-
+

Red X2

fds

@@ -127,7 +134,7 @@

fds

-
+

Red X2

fds

@@ -135,8 +142,6 @@

fds

- -