6.18.15: Фикс цвета кнопки и отступа снизу в задаче
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m13s

This commit is contained in:
poignatov
2026-03-16 13:59:29 +03:00
parent 53593fdc3d
commit 1b7e2cd887
4 changed files with 3 additions and 26 deletions

View File

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

View File

@@ -3,7 +3,7 @@
max-width: 800px;
margin: 0 auto;
position: relative;
padding-bottom: 5rem;
padding-bottom: 4.5rem;
}
.close-x-button {

View File

@@ -492,34 +492,11 @@
line-height: 1.2em;
}
.submit-button {
flex: 1;
padding: 0.75rem;
background: #3498db;
color: white;
border: none;
border-radius: 0.375rem;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
}
.condition-form-submit-button {
width: 100%;
flex: none;
}
.submit-button:hover:not(:disabled) {
background: #2980b9;
transform: translateY(-1px);
}
.submit-button:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.cancel-button {
flex: 1;
padding: 0.75rem;