Новый правки компоентов
This commit is contained in:
parent
b5d2174fdf
commit
62a6453a1a
25 changed files with 351 additions and 196 deletions
|
|
@ -254,6 +254,44 @@ const breadcrumbs = [
|
|||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
.case-takeaway {
|
||||
background: linear-gradient(135deg, #0a2540, #1e3050);
|
||||
border-radius: 12px;
|
||||
padding: 1.5rem 2rem;
|
||||
margin-top: 1.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.case-takeaway p {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.case-takeaway strong {
|
||||
color: #eac26e;
|
||||
}
|
||||
|
||||
.case-takeaway__btn {
|
||||
background: linear-gradient(135deg, #eac26e, #ce9f40);
|
||||
color: #0a2540;
|
||||
padding: 0.75rem 1.5rem;
|
||||
border-radius: 8px;
|
||||
font-weight: 700;
|
||||
font-size: 0.9rem;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.case-takeaway__btn:hover {
|
||||
box-shadow: 0 8px 20px rgba(234, 194, 110, 0.4);
|
||||
}
|
||||
|
||||
.case-sidebar {
|
||||
position: sticky;
|
||||
top: 100px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue