сделан шаг 2

This commit is contained in:
Alisa
2026-06-03 23:24:10 +03:00
parent 6d7ef09c5b
commit 420e67c9bd
8 changed files with 688 additions and 10 deletions
+27
View File
@@ -51,3 +51,30 @@ p {
border-radius: 8px;
background: #eef4ea;
}
.status-box.success {
background: #e8f5ec;
color: #145a2a;
}
.status-box.danger {
background: #fff0ee;
color: #8a1f11;
}
.primary-button {
appearance: none;
border: 0;
border-radius: 8px;
padding: 14px 18px;
margin-top: 18px;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background: #1d5d3b;
cursor: pointer;
}
.primary-button:hover {
background: #16492e;
}