сделан шаг 2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user