Версия 3.10.8: исправление стилей счётчика
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s

This commit is contained in:
poignatov
2026-01-13 17:22:02 +03:00
parent 0783602fe8
commit cfd9339e48
3 changed files with 7 additions and 3 deletions

View File

@@ -1 +1 @@
3.10.7
3.10.8

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "3.10.7",
"version": "3.10.8",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -86,9 +86,13 @@
.test-progress {
margin-top: 1rem;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.progress-text {
.test-progress .progress-text {
font-size: 1.5rem;
color: #2c3e50;
font-weight: 500;