mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
work
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user