change style for button position

This commit is contained in:
ogerly 2022-10-27 15:29:21 +02:00
parent 4c4e67bcf7
commit 20ca2eca39

View File

@ -6,7 +6,7 @@
:label="$t('filter-menu.all')"
icon="check"
@click="resetCategories"
style="margin-right: 20px;"
style="margin-left: 50px; margin-right: 20px;"
/>
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
<hr />
@ -85,28 +85,4 @@ export default {
},
},
}
</script>
<style>
section.filter-menu-section.categories-filter > ul button {
height: 40px;
width: 40px;
}
section.filter-menu-section.categories-filter > ul label {
font-size:small;
}
@media only screen and (min-width: 800px) {
section.filter-menu-section.categories-filter > ul button {
height: 50px;
width: 50px;
}
section.filter-menu-section.categories-filter > ul label {
font-size: large;
}
}
</style>
</script>