some style changes and cookies persistance added

This commit is contained in:
María
2025-10-06 14:22:30 +02:00
parent f5f4f4529a
commit b945bf0673
12 changed files with 30 additions and 35 deletions

View File

@@ -122,7 +122,7 @@ export default {
<style lang="scss" scoped>
.container {
margin-top: 40px;
// margin-top: 40px;
margin-bottom: 80px;
}
.edit-product {

View File

@@ -65,7 +65,7 @@ export default {
<style lang="scss" scoped>
.container {
margin-top: 40px;
// margin-top: 40px;
margin-bottom: 80px;
}
.add-product {

View File

@@ -305,7 +305,7 @@ export default {
<style lang="scss" scoped>
.container {
margin-top: 40px;
// margin-top: 40px;
margin-bottom: 80px;
}

View File

@@ -255,7 +255,7 @@ export default {
align-items: center;
}
.container {
margin-top: 40px;
// margin-top: 40px;
margin-bottom: 80px;
}