ficksing erorr

erorr
This commit is contained in:
Madara0330E
2024-04-10 20:31:50 +05:00
parent eab559ef33
commit fce510eb51
3 changed files with 27 additions and 8 deletions

View File

@@ -37,6 +37,7 @@
text-transform: uppercase; text-transform: uppercase;
} }
@keyframes RaindowAnimate { @keyframes RaindowAnimate {
from { from {
color: #6EEB21; color: #6EEB21;
@@ -90,6 +91,7 @@
} }
.bg-card { .bg-card {
border-radius: 40px; border-radius: 40px;
background: #EF4444; background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
@@ -99,6 +101,7 @@
border-radius: 40px; border-radius: 40px;
background: #EF4444; background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
height: 21.5vh;
} }
.gamemode__main { .gamemode__main {
@@ -244,7 +247,10 @@
.line__btn:active { .line__btn:active {
left: 5%; left: 5%;
} }
.double--img {
}
.line__btn--crash { .line__btn--crash {
border-radius: 21px; border-radius: 21px;
background: #FFF; background: #FFF;
@@ -260,8 +266,12 @@
position: relative; position: relative;
bottom: 5%; bottom: 5%;
left: 2%; left: 2%;
transition: 250ms; transition: 250ms;
height: 7vh;
} }
.line__btn--doubl { .line__btn--doubl {
border-radius: 21px; border-radius: 21px;
background: #FFF; background: #FFF;
@@ -287,6 +297,7 @@
opacity: 0; opacity: 0;
transition: 250ms; transition: 250ms;
right: 20; right: 20;
} }
.line__btn--crash:hover span:after { .line__btn--crash:hover span:after {
@@ -321,7 +332,7 @@
} }
.line__btn--doubl-:active { .line__btn--doubl-:active {
left: 5%; left: 2%;
} }
.line__btn__jackpot { .line__btn__jackpot {
@@ -365,6 +376,7 @@
.line__btn--elm { .line__btn--elm {
color: #000; color: #000;
font-size: 38px ; font-size: 38px ;
} }
.line__btn--elm--saper { .line__btn--elm--saper {
@@ -422,11 +434,18 @@
margin-top: 2%; margin-top: 2%;
width: 100%; width: 100%;
min-height: 180px; min-height: 180px;
height:22.3vh ;
} }
.container img {
}
.gamemode__twoline--two__element .container { .gamemode__twoline--two__element .container {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.gamemode__twoline--two__element .container a { .gamemode__twoline--two__element .container a {

View File

@@ -1,9 +1,9 @@
<svg width="136" height="136" viewBox="0 0 136 136" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="108" height="108" viewBox="0 0 108 108" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g filter="url(#filter0_d_2771_4)"> <g filter="url(#filter0_d_2771_4)">
<rect x="4" width="128" height="128" fill="url(#pattern0_2771_4)" shape-rendering="crispEdges"/> <rect x="4" width="100" height="100" fill="url(#pattern0_2771_4)" shape-rendering="crispEdges"/>
</g> </g>
<defs> <defs>
<filter id="filter0_d_2771_4" x="0" y="0" width="136" height="136" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <filter id="filter0_d_2771_4" x="0" y="0" width="108" height="108" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/> <feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/> <feOffset dy="4"/>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -88,10 +88,10 @@
<a <a
href="#" href="#"
@click="$router.push({ name: 'double' })" @click="$router.push({ name: 'double' })"
class="line__btn--doubl" class="line__btn--crash"
>play <span class="line__btn--elm"></span></a >play <span class="line__btn--elm"></span></a
> >
<img class="doubl--img" src="@/assets/icons-games/double-game/DoubleLogo.svg" /> <img class="crash--img" src="@/assets/icons-games/double-game/DoubleLogo.svg" />
</div> </div>
</li> </li>
</ul> </ul>