Working on jackpot

This commit is contained in:
Hepatica
2024-02-24 00:26:39 +01:00
parent 9b4be986f5
commit 921048c969
6 changed files with 272 additions and 21 deletions

View File

@@ -133,6 +133,11 @@
font-size: 14px; /* Smaller text size for 'БАНК' */
}
.progress-text {
transition: opacity 0.5s ease;
opacity: 1;
}
.progress-bar {
width: 95%;
background-color: #D9D9D9; /* Navy blue background */