Skip to content
Snippets Groups Projects
Commit ad6399b1 authored by Anders Høvik's avatar Anders Høvik
Browse files

Fix: Change margin to fix footer

parent c87f713b
Branches
No related tags found
1 merge request!49Fix/edit footer
...@@ -36,7 +36,7 @@ export type UserStoreInfo = { ...@@ -36,7 +36,7 @@ export type UserStoreInfo = {
accessToken?: string; accessToken?: string;
role?: string; role?: string;
}; };
//todo Fix if there is time
export const useUserInfoStore = defineStore('UserInfoStore', { export const useUserInfoStore = defineStore('UserInfoStore', {
state: () => ({ state: () => ({
email: '', email: '',
......
...@@ -8,14 +8,14 @@ import FooterAlternative from "@/components/BaseComponents/FooterAlternative.vue ...@@ -8,14 +8,14 @@ import FooterAlternative from "@/components/BaseComponents/FooterAlternative.vue
<template> <template>
<Menu></Menu> <Menu></Menu>
<div style="display: flex; flex-direction: row;"> <!--<div style="display: flex; flex-direction: row;">
<img v-for="item in 7" src="@/assets/coca.webp" style="width: 100%; height: 100px; margin: 5px; border-radius: 1rem;" alt="picture"> <img v-for="item in 7" src="@/assets/coca.webp" style="width: 100%; height: 100px; margin: 5px; border-radius: 1rem;" alt="picture">
</div> </div>-->
<div> <div>
<RouterView /> <RouterView />
</div> </div>
<div style="display: flex; flex-direction: row;"> <!-- <div style="display: flex; flex-direction: row;">
<img v-for="item in 7" src="@/assets/coca.webp" style="width: 100%; height: 100px; margin: 5px; border-radius: 1rem;" alt="picture"> <img v-for="item in 7" src="@/assets/coca.webp" style="width: 100%; height: 100px; margin: 5px; border-radius: 1rem;" alt="picture">
</div> </div> -->
<FooterAlternative></FooterAlternative> <FooterAlternative></FooterAlternative>
</template> </template>
\ No newline at end of file
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<div class="form-group"> <div class="form-group">
<label class="d-block">Change Password</label> <label class="d-block">Change Password</label>
<input type="text" class="form-control" placeholder="Enter your old password"> <input type="text" class="form-control" placeholder="Enter your old password">
<input type="text" class="form-control mt-1" placeholder="New password"> <input type="text" class="form-control mt-3" placeholder="New password">
<input type="text" class="form-control mt-1" placeholder="Confirm new password"> <input type="text" class="form-control mt-3 mb-2" placeholder="Confirm new password">
</div> </div>
<button type="button" class="btn btn-primary">Update Password</button> <button type="button" class="btn btn-primary">Update Password</button>
<button type="reset" class="btn btn-light">Reset Changes</button> <button type="reset" class="btn btn-light">Reset Changes</button>
...@@ -15,3 +15,9 @@ ...@@ -15,3 +15,9 @@
<hr> <hr>
</div> </div>
</template> </template>
<script setup lang="ts">
</script>
<style scoped>
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment