6.18.12: Стили кнопок и отступ в редактировании задачи
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m14s

This commit is contained in:
poignatov
2026-03-16 13:34:06 +03:00
parent c927f55fd6
commit 91bba98b65
4 changed files with 10 additions and 11 deletions

View File

@@ -7,17 +7,16 @@
}
.submit-button {
background: linear-gradient(to right, #6366f1, #8b5cf6);
background: linear-gradient(to right, #10b981, #059669);
color: white;
padding: 0.75rem 1.5rem;
padding: 0.875rem 1.5rem;
border: none;
border-radius: 0.375rem;
border-radius: 0.5rem;
font-size: 1rem;
font-weight: 500;
font-weight: 600;
cursor: pointer;
transition: all 0.2s;
flex: 1;
height: 44px;
box-sizing: border-box;
display: flex;
align-items: center;
@@ -26,7 +25,7 @@
.submit-button:hover:not(:disabled) {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.submit-button:disabled {
@@ -39,7 +38,7 @@
color: white;
padding: 0;
border: none;
border-radius: 0.375rem;
border-radius: 0.5rem;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
@@ -49,7 +48,7 @@
justify-content: center;
min-width: 44px;
width: 44px;
height: 44px;
align-self: stretch;
box-sizing: border-box;
}

View File

@@ -3,6 +3,7 @@
max-width: 800px;
margin: 0 auto;
position: relative;
padding-bottom: 5rem;
}
.close-x-button {
@@ -41,7 +42,6 @@
background: white;
border-radius: 0.5rem;
padding: 1.5rem;
padding-bottom: 5rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}