mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added finaly styles for start-window crash
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
box-shadow: 4px 4px 4px 0px #00000040;
|
box-shadow: 4px 4px 4px 0px #00000040;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 475px;
|
height: 475px;
|
||||||
margin: 0 auto;
|
margin: 41px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crash-game__content {
|
.crash-game__content {
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
.crash-game__start-window {
|
.crash-game__start-window {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crash-game__start-window .crash__game-name {
|
.crash-game__start-window .crash__game-name {
|
||||||
@@ -114,22 +115,34 @@
|
|||||||
.crash-window__line {
|
.crash-window__line {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
position: relative;
|
|
||||||
top: -415px;
|
|
||||||
left: 10%;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-crash {
|
.line-crash {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 474px;
|
height: 474px;
|
||||||
background: #30364F;
|
background: #30364F;
|
||||||
|
position: relative;
|
||||||
|
top: -415px;
|
||||||
|
left: 10%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Crash-Window */
|
/* /Crash-Window */
|
||||||
|
|
||||||
/* Crash-Graph */
|
/* Crash-Graph */
|
||||||
|
|
||||||
|
.chart-container {
|
||||||
|
width: 800px;
|
||||||
|
top: 10%;
|
||||||
|
left: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-container canvas {
|
||||||
|
width: 800px !important;
|
||||||
|
height: 400px !important;
|
||||||
|
transition: .3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
/* /Crash-Graph */
|
/* /Crash-Graph */
|
||||||
|
|
||||||
/* Crash-Players */
|
/* Crash-Players */
|
||||||
|
|||||||
@@ -119,18 +119,4 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.chart-container {
|
|
||||||
width: 600px;
|
|
||||||
top: 250px;
|
|
||||||
left: 30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart-container canvas {
|
|
||||||
width: 600px !important;
|
|
||||||
height: 400px !important;
|
|
||||||
transition: .3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user