diff --git a/src/views/payment/PricingPlan.scss b/src/views/payment/PricingPlan.scss index 1d2474b..2dd1ce2 100644 --- a/src/views/payment/PricingPlan.scss +++ b/src/views/payment/PricingPlan.scss @@ -49,13 +49,18 @@ width: 88px; } } - +#modal-1 { + padding-left: 0 !important; +} .payment-modal { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 60px; + @media (max-width: 500px) { + padding: 0 10px; + } } .modal-header { border-bottom: none; diff --git a/src/views/payment/PricingPlan.vue b/src/views/payment/PricingPlan.vue index 1af93d4..229338c 100644 --- a/src/views/payment/PricingPlan.vue +++ b/src/views/payment/PricingPlan.vue @@ -86,7 +86,7 @@ >Please input card number
-
+
Please input expiration month
-
+
-
+
Please input First Name
-
+
-
+
diff --git a/src/views/profile/Account.vue b/src/views/profile/Account.vue index ed09005..0e2e1f5 100644 --- a/src/views/profile/Account.vue +++ b/src/views/profile/Account.vue @@ -288,7 +288,7 @@ export default { "img/avatars/suzanne@3x.png", ], avatar: "img/avatars/510-510.png", - selected_avatar: "img/avatars/510-510.png", + selected_avatar: "img/avatars/suzanne@3x.png", showOldPwd: false, showNewPwd: false, showNewConfirm: false, @@ -323,11 +323,9 @@ export default { this.$refs['cropper'].rotate(rotationAngle); }, saveAvatar() { - this.selected_avatar = this.avatar; this.$refs['change-avatar-modal'].hide(); }, changeAvatar() { - this.avatar = this.selected_avatar; this.$refs['change-avatar-modal'].show(); }, changePassword() { diff --git a/src/views/profile/Signature.scss b/src/views/profile/Signature.scss index cb38a57..df0f08f 100644 --- a/src/views/profile/Signature.scss +++ b/src/views/profile/Signature.scss @@ -225,7 +225,7 @@ } } #create-signature-modal{ - padding-left: 0; + padding-left: 0 !important; .modal-dialog { width: 924px; @media (max-width: 600px) { diff --git a/src/views/profile/Signature.vue b/src/views/profile/Signature.vue index 3e47825..25610a6 100644 --- a/src/views/profile/Signature.vue +++ b/src/views/profile/Signature.vue @@ -91,21 +91,21 @@
Create Your Signature
-
+
Choose
-
+
Draw
-
+

-
+
-
+
-
+