edit profile andcoop
This commit is contained in:
@@ -24,30 +24,24 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.container {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
.edit-coop {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.title {
|
||||
color: $color-navy;
|
||||
font-size: $xxl;
|
||||
margin-bottom: 50px;
|
||||
text-align: left;
|
||||
color: $color-primary;
|
||||
font-size: $h2;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
@include mobile {
|
||||
width: 80%;
|
||||
margin-top: 70px;
|
||||
}
|
||||
@include desktop {
|
||||
width: 40%;
|
||||
}
|
||||
@include tablet {
|
||||
width: 60%;
|
||||
}
|
||||
@include mobile {
|
||||
width: 90%;
|
||||
margin-top: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-container {
|
||||
|
||||
Reference in New Issue
Block a user