edit profile andcoop
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<BContainer class="container-fluid">
|
||||
<BContainer class="container">
|
||||
<BRow align-h="center" class="change-password">
|
||||
<BCol class="change-password">
|
||||
<form class="form" autocomplete="off" @submit.prevent="submitUser">
|
||||
@@ -92,22 +92,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.container-fluid {
|
||||
margin: 5rem 0 5rem 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: linear-gradient($color-consumo-base-light, $color-bg-light);
|
||||
border-radius: 1rem;
|
||||
padding: 2rem;
|
||||
gap: 3rem;
|
||||
color: $color-primary;
|
||||
|
||||
@include mobile {
|
||||
margin-top: 7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.change-password {
|
||||
display: flex;
|
||||
@@ -142,6 +126,9 @@ export default {
|
||||
font-weight: $bold;
|
||||
font-size: $xs;
|
||||
}
|
||||
.submit-btn {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
.error {
|
||||
color: crimson;
|
||||
|
||||
Reference in New Issue
Block a user