diff --git a/luckydiamond/public/index.html b/luckydiamond/public/index.html index 8e3f7fd..e132356 100644 --- a/luckydiamond/public/index.html +++ b/luckydiamond/public/index.html @@ -17,6 +17,9 @@ + + + LuckyDiamond @@ -35,5 +38,5 @@ - + \ No newline at end of file diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css index e69de29..d57c92d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css @@ -0,0 +1,43 @@ +.jackpot-start { + z-index: 1; + /* margin-left: 5%; */ + border-radius: 20px; + background: #22252F; + box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); + width: 42vh; + /* height: 480px; */ + height: 32vh; + /* margin-top: 2.6%; */ +} + +.jackpot-start__content p { + color: #FFFFFF84; + font-weight: 700; + line-height: 31px; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat Alternates; + font-size: 13px; +} + +.padding-elements-jackpot { + padding-left: 5%; + padding-right: 5%; +} + +.jackpot-start__btns { + margin-top: 5%; + display: flex; + flex-direction: column; +} +.jackpot-start__btns button { + width: 100%; + padding: 12px; + margin-bottom: 5px; + border: none; + color: #FFF; + font-weight: 700; + line-height: 19px; + font-style: normal; + font-family: Inter; + font-size: 16px; +} \ No newline at end of file diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index 59af522..4c97956 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -257,6 +257,29 @@ button { } +.bg-gradient-left { + background: #293561; + filter: blur(120px); + position: absolute; + top: 250px; + transform: rotate(180deg); + left: 200px; + width: 40%; + height: 55%; + z-index: 0; +} + +.bg-two-gradient-right { + background: #293561; + filter: blur(120px); + position: absolute; + top: 220px; + transform: rotate(330deg); + left: 600px; + width: 60%; + height: 35%; + z-index: 0; +} /* /Crash */ /* Media */ diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index 3103651..43706b8 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -11,7 +11,13 @@