Merge branch 'master' of http://118.145.251.184:3000/OmniAI/omniai-web into feat/home-entry-buttons-refined
This commit is contained in:
@@ -451,6 +451,21 @@
|
||||
transform: translateZ(20px) scale(1.02);
|
||||
}
|
||||
|
||||
.omni-home__carousel-card-label {
|
||||
position: absolute;
|
||||
bottom: 12px;
|
||||
left: 14px;
|
||||
z-index: 2;
|
||||
padding: 4px 12px;
|
||||
border-radius: 999px;
|
||||
background: rgba(var(--accent-rgb, 0, 255, 136), 0.16);
|
||||
border: 1px solid rgba(var(--accent-rgb, 0, 255, 136), 0.24);
|
||||
color: var(--fg-body, #f3f5f2);
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.omni-home__carousel-card:hover {
|
||||
box-shadow:
|
||||
0 28px 58px rgb(0 0 0 / 34%),
|
||||
@@ -616,6 +631,13 @@
|
||||
object-position: center;
|
||||
transform: none;
|
||||
transform-origin: center;
|
||||
transition: transform 280ms var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
|
||||
filter 280ms ease;
|
||||
}
|
||||
|
||||
.omni-home__feature-visual:hover img {
|
||||
transform: scale(1.03);
|
||||
filter: saturate(1.1) contrast(1.06) brightness(1.04);
|
||||
}
|
||||
|
||||
.omni-home__feature-stats {
|
||||
@@ -767,6 +789,14 @@
|
||||
padding: 16px 18px;
|
||||
box-shadow: 0 20px 46px rgb(0 0 0 / 26%);
|
||||
backdrop-filter: blur(12px);
|
||||
cursor: pointer;
|
||||
transition: transform 200ms var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1)),
|
||||
box-shadow 200ms ease;
|
||||
}
|
||||
|
||||
.omni-home__experience-route:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 24px 52px rgb(0 0 0 / 32%);
|
||||
}
|
||||
|
||||
.omni-home__experience-route b {
|
||||
|
||||
Reference in New Issue
Block a user