6.18.15: Фикс цвета кнопки и отступа снизу в задаче
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m13s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m13s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "6.18.14",
|
||||
"version": "6.18.15",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding-bottom: 5rem;
|
||||
padding-bottom: 4.5rem;
|
||||
}
|
||||
|
||||
.close-x-button {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user