feat: add software download center
This commit is contained in:
@@ -123,6 +123,12 @@
|
||||
border: 1px solid rgba(35, 136, 255, 0.24);
|
||||
}
|
||||
|
||||
.quick-link.software {
|
||||
color: #2049ee;
|
||||
background: rgba(32, 73, 238, 0.08);
|
||||
border: 1px solid rgba(32, 73, 238, 0.22);
|
||||
}
|
||||
|
||||
.eyebrow {
|
||||
margin: 0 0 12px;
|
||||
color: var(--blue);
|
||||
@@ -656,6 +662,12 @@
|
||||
background: linear-gradient(145deg, #f7fbff, #eef7ff);
|
||||
}
|
||||
|
||||
.card-software {
|
||||
color: #2049ee;
|
||||
border-color: rgba(32, 73, 238, 0.28);
|
||||
background: linear-gradient(145deg, #f7fbff, #edf5ff);
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
.brand::after {
|
||||
display: none;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user