6.18.13: Фикс стилей кнопок в редактировании задачи
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
poignatov
2026-03-16 13:54:09 +03:00
parent 91bba98b65
commit cbf20ce679
4 changed files with 7 additions and 47 deletions

View File

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

View File

@@ -17,6 +17,7 @@
cursor: pointer;
transition: all 0.2s;
flex: 1;
height: 52px;
box-sizing: border-box;
display: flex;
align-items: center;
@@ -46,9 +47,9 @@
display: flex;
align-items: center;
justify-content: center;
min-width: 44px;
width: 44px;
align-self: stretch;
width: 52px;
height: 52px;
flex-shrink: 0;
box-sizing: border-box;
}

View File

@@ -349,9 +349,7 @@
border-top: 1px solid #e5e7eb;
}
.cancel-button,
.submit-button,
.delete-button {
.cancel-button {
padding: 0.75rem 1.5rem;
border: none;
border-radius: 0.375rem;
@@ -359,9 +357,6 @@
font-weight: 500;
cursor: pointer;
transition: all 0.2s;
}
.cancel-button {
background: #f3f4f6;
color: #374151;
}
@@ -370,42 +365,6 @@
background: #e5e7eb;
}
.submit-button {
background: linear-gradient(to right, #6366f1, #8b5cf6);
color: white;
flex: 1;
}
.submit-button:hover:not(:disabled) {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.submit-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.delete-button {
background: #ef4444;
color: white;
padding: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
min-width: 44px;
width: 44px;
}
.delete-button:hover:not(:disabled) {
background: #dc2626;
}
.delete-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.loading {
text-align: center;
padding: 3rem 1rem;