updates
This commit is contained in:
@@ -10,8 +10,31 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!-- <div v-if="$route.path == '/medellin'" class="text-center p-0">
|
||||
<button class="" v-on:click="menuStore.showMenu = !menuStore.showMenu">Filtros</button>
|
||||
<span v-if="EventsStore.filter">
|
||||
<span >
|
||||
<button id="filter-btn" v-on:click.prevent="EventsStore.fetchEvents('mde')">Borra Filtros</button>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<button
|
||||
@click="MainStore.changeGallery(MainStore.isOpen, 0, 0, null)"
|
||||
class="about"
|
||||
type="button"
|
||||
>
|
||||
Sobre
|
||||
</button>
|
||||
</div> -->
|
||||
<!-- <div v-if="$route.path == '/mpls-msp'" class="text-center p-0"> -->
|
||||
<div class="text-center p-0">
|
||||
<button class="" v-on:click="menuStore.showMenu = !menuStore.showMenu">Filters</button>
|
||||
<span v-if="EventsStore.filter">
|
||||
<button id="filter-btn" v-on:click.prevent="EventsStore.fetchEvents('msp')">Clear Filters</button>
|
||||
<!-- <span v-if="$route.path == 'beyond'">
|
||||
<button id="filter-btn" v-on:click.prevent="EventsStore.fetchEvents()">Clear Filters</button>
|
||||
</span> -->
|
||||
</span>
|
||||
|
||||
<button
|
||||
@click="MainStore.changeGallery(MainStore.isOpen, 0, 0, null)"
|
||||
@@ -77,8 +100,9 @@ font-weight: bold;
|
||||
button {
|
||||
border-radius: 25px;
|
||||
padding: .25rem .75rem;
|
||||
margin: .25rem;
|
||||
background-color: orange;
|
||||
margin: 1rem;
|
||||
background-color: #00bd7e;
|
||||
border: #000 1px solid;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -88,7 +112,7 @@ button {
|
||||
padding: .5rem 1rem;
|
||||
margin: .5rem;
|
||||
margin-top: 10px;
|
||||
background-color: hsla(160, 100%, 37%, 1);
|
||||
background-color: #00bd7e;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user