modified: main_dc/yalarba/easySite/easySite/app/assets/css/travel.css

modified:   main_dc/yalarba/easySite/easySite/app/components/layout/Careers.vue
fix bag with overflow, it mast be pointer-events: none for before item
This commit is contained in:
2025-11-01 15:21:42 +05:00
parent f606faa083
commit f032836fb2
2 changed files with 2 additions and 1 deletions
@@ -20,7 +20,7 @@
bottom: 0; bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%230ea5e9" points="0,1000 1000,0 1000,1000"/></svg>'); background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%230ea5e9" points="0,1000 1000,0 1000,1000"/></svg>');
opacity: 0.1; opacity: 0.1;
z-index: -1; pointer-events: none;
} }
/* Карточки туров */ /* Карточки туров */
@@ -657,6 +657,7 @@ useSeoMeta({
color: var(--text-inverse); color: var(--text-inverse);
padding: var(--space-2xl) 0; padding: var(--space-2xl) 0;
text-align: center; text-align: center;
} }
.hero-title { .hero-title {