🔥 Filter locations from clicked continent on Locations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user