tenext redesign
This commit is contained in:
@@ -478,8 +478,21 @@ button {
|
||||
.navbar-reveal,
|
||||
.hero-reveal,
|
||||
.scroll-widget,
|
||||
.dropdown-reveal,
|
||||
.reveal-on-view {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
/* Stop looping / decorative motion entirely */
|
||||
.marquee-track,
|
||||
.hero-bg-motion,
|
||||
.scroll-widget .scroll-btn-decoration {
|
||||
animation: none !important;
|
||||
}
|
||||
|
||||
/* Neutralize hover-lift so pointer movement doesn't shift layout */
|
||||
.tenext-card:hover {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user