tenant/onticket #8

Merged
ncoronel merged 42 commits from tenant/onticket into homologacion 2026-09-23 18:43:51 +00:00
47 changed files with 2394 additions and 633 deletions
Showing only changes of commit fd60880812 - Show all commits

View File

@@ -30,16 +30,19 @@
background-size: cover;
}
.immersive-header__backdrop::before,
.immersive-header__backdrop::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.48) 0%,
rgba(0, 0, 0, 0.4) 47%,
#f5f5f5 100%
);
}
.immersive-header__backdrop::before {
background: rgba(0, 0, 0, 0.7);
}
.immersive-header__backdrop::after {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.4) 47%, #f5f5f5 100%);
}
.immersive-header__nav {