This commit is contained in:
Hepatica
2024-02-23 21:22:57 +01:00
parent 2f91879747
commit 9b4be986f5
4 changed files with 122 additions and 9 deletions

View File

@@ -21,11 +21,36 @@
width: 100%;
/* height: 480px; */
height: 100%;
/* height: 100%; */
border: 1px solid #262C55;
height: 100%;
/* margin-top: 2.6%; */
/* margin: 2.6%; */
}
.jackpot-carousel{
z-index: 1;
position: relative;
/* margin-left: 5%; */
border-radius: 10px;
background: #1D223E;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 100%;
margin-top: 1%;
/* height: 480px; */
/* height: 100%; */
border: 1px solid #262C55;
height: 95%;
}
.carousel-arrow {
position: absolute;
bottom: -20px; /* Регулируйте положение стрелки относительно нижнего края карусели */
left: 50%; /* Центрирование стрелки по горизонтали */
transform: translateX(-50%); /* Дополнительное центрирование, чтобы точка указывала точно на центр */
color: #ffffff; /* Цвет стрелки */
font-size: 24px; /* Размер стрелки */
/* Добавьте любые дополнительные стили, такие как цвет фона, границы и т.д. */
}
.jackpot-game {
z-index: 1;
@@ -129,6 +154,9 @@
transition: width 0.25s ease-in-out;
}
.no-pointer-events {
pointer-events: none;
}
@media (max-width: 1415px) {
.padding-elements-jackpot {