+
{{ appropriateSchool }}
-
+
+
+ {{ $t('components.Map.filter_change') }}
+
+
-
+
@@ -76,8 +88,8 @@ export default {
/* At width 1380px umapa changes position of filters */
@media(max-width: 1380px) {
.filter-popover {
- bottom: 120px;
- right: 65px;
+ bottom: 90px;
+ right: 75px;
}
/*right arrow*/
.filter-popover::after {
@@ -113,4 +125,25 @@ export default {
.close:after {
transform: rotate(-45deg);
}
+
+.change {
+ color: #0d99ff;
+}
+
+.change-animation {
+ animation: fadeInOut 5s;
+ opacity: 0;
+}
+
+@keyframes fadeInOut {
+ 0% {
+ opacity: 0;
+ }
+ 50% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0;
+ }
+}
diff --git a/frontend/locales/cz.json b/frontend/locales/cz.json
index e69f726..d94cd27 100644
--- a/frontend/locales/cz.json
+++ b/frontend/locales/cz.json
@@ -57,7 +57,8 @@
"more_information": "Další informace"
},
"Map": {
- "filter_tooltip" : "Zafiltrovali jsme školy, které přijímají do"
+ "filter_tooltip" : "Zafiltrovali jsme školy, které přijímají do",
+ "filter_change" : "Změnit"
}
},
"pages": {
diff --git a/frontend/locales/ua.json b/frontend/locales/ua.json
index a7a13de..7e3b868 100644
--- a/frontend/locales/ua.json
+++ b/frontend/locales/ua.json
@@ -57,7 +57,8 @@
"more_information": "Більше інформації"
},
"Map": {
- "filter_tooltip" : "Ми відфільтрували школи, які приймають"
+ "filter_tooltip": "Ми відфільтрували школи, які приймають",
+ "filter_change": "Змінити"
}
},
"pages": {
diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue
index 8e2100e..2037916 100644
--- a/frontend/pages/index.vue
+++ b/frontend/pages/index.vue
@@ -74,7 +74,7 @@