added finaly styles for start-window crash

This commit is contained in:
Kostya
2024-02-04 14:11:35 +03:00
parent 62827f885c
commit 73fda1b570
2 changed files with 18 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
box-shadow: 4px 4px 4px 0px #00000040;
width: 95%;
height: 475px;
margin: 0 auto;
margin: 41px auto 0 auto;
}
.crash-game__content {
@@ -32,6 +32,7 @@
.crash-game__start-window {
margin-left: 30px;
height: 0;
}
.crash-game__start-window .crash__game-name {
@@ -114,22 +115,34 @@
.crash-window__line {
display: flex;
flex-direction: row-reverse;
position: relative;
top: -415px;
left: 10%;
z-index: 1;
}
.line-crash {
width: 2px;
height: 474px;
background: #30364F;
position: relative;
top: -415px;
left: 10%;
z-index: 1;
}
/* /Crash-Window */
/* 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-Players */

View File

@@ -119,18 +119,4 @@ export default {
</script>
<style>
.chart-container {
width: 600px;
top: 250px;
left: 30%;
}
.chart-container canvas {
width: 600px !important;
height: 400px !important;
transition: .3s ease;
}
</style>