From 2e19ee929cab6c9e7ea710622c7103590b9b1791 Mon Sep 17 00:00:00 2001 From: Kostya Date: Tue, 6 Feb 2024 00:38:15 +0300 Subject: [PATCH] added styles for ratio and time --- .../css/PagesStyles/games-pages/crash.css | 17 +++++++++++++++++ .../games-components/CrashGraphComponent.vue | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css index b5a86c4..ea4e12d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css @@ -292,6 +292,23 @@ margin-top: 7px; } +.ratio { + position: relative; + left: 50%; + top: -390px; + font-size: 34px; + font-weight: 700; + font-family: 'Montserrat'; +} + +.time { + position: relative; + left: 50%; + font-size: 34px; + font-weight: 700; + font-family: 'Montserrat'; +} + /* /Crash-Players */ /* Notification */ diff --git a/luckydiamond/src/components/games-components/CrashGraphComponent.vue b/luckydiamond/src/components/games-components/CrashGraphComponent.vue index 11f66ce..dc0ba32 100644 --- a/luckydiamond/src/components/games-components/CrashGraphComponent.vue +++ b/luckydiamond/src/components/games-components/CrashGraphComponent.vue @@ -1,11 +1,11 @@