Skip to content
Snippets Groups Projects
Commit 8f1b21bf authored by xaralis's avatar xaralis
Browse files

Improve map source for regions

parent 0a07d705
Branches
Tags
No related merge requests found
Pipeline #811 passed
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
@apply transition duration-500; @apply transition duration-500;
fill: theme('colors.grey.200'); fill: theme('colors.grey.200');
stroke: theme('colors.white');
stroke-width: 2px;
stroke-linejoin: round;
shape-rendering: crispEdges; shape-rendering: crispEdges;
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
} }
.subnav-aside__item { .subnav-aside__item {
@apply absolute w-screen opacity-0 pointer-events-none transition duration-500 py-4 bg-white elevation-21; @apply absolute w-screen opacity-0 pointer-events-none transition duration-500 py-4 bg-white elevation-21 z-50;
@screen lg { @screen lg {
@apply py-8; @apply py-8;
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment