🔥 Filter locations from clicked continent on Locations

This commit is contained in:
2021-10-16 15:41:26 +02:00
parent 8839684494
commit 3e358843fd
6 changed files with 86 additions and 17 deletions

View File

@@ -31,6 +31,12 @@
li {
display: block;
margin: 0 8px;
transition: opacity 0.5s var(--ease-quart);
}
// Disabled button
.is-disabled {
opacity: 0.4;
}
}
@@ -56,7 +62,8 @@
margin-top: 104px;
}
.location {
li {
display: block;
margin-bottom: 40px;
@include bp (mob-lg) {