From 21f3a68de577341290a5667ac77b9b99ab0d933c Mon Sep 17 00:00:00 2001
From: Vitalii Shpital <46756926+VitaliiShpital@users.noreply.github.com>
Date: Tue, 5 Nov 2019 13:05:20 +0200
Subject: [PATCH] web/satellite: removed redundant functionality from billing
page (#3444)
---
.../account/billing/AccountBalance.vue | 18 ------
.../account/billing/DepositAndBilling.vue | 1 +
.../account/billing/MonthlyBillingSummary.vue | 56 -------------------
.../account/billing/PaymentMethods.vue | 2 +-
4 files changed, 2 insertions(+), 75 deletions(-)
diff --git a/web/satellite/src/components/account/billing/AccountBalance.vue b/web/satellite/src/components/account/billing/AccountBalance.vue
index 566e191fd..221042fc2 100644
--- a/web/satellite/src/components/account/billing/AccountBalance.vue
+++ b/web/satellite/src/components/account/billing/AccountBalance.vue
@@ -24,13 +24,6 @@
{{balance}}
-
@@ -38,7 +31,6 @@
@@ -194,33 +165,6 @@ export default class MonthlyBillingSummary extends Vue {
cursor: default;
}
}
-
- &__referral-credits {
- margin: 18px 0 12px 0;
- padding: 20px 20px 20px 20px;
- background-color: #f5f6fa;
- border-radius: 12px;
- cursor: pointer;
-
- &__head {
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- &__name {
- display: flex;
- align-items: center;
-
- &__image {
- margin-right: 12px;
- }
- }
- }
-
- &__content {
- cursor: default;
- }
- }
}
}
diff --git a/web/satellite/src/components/account/billing/PaymentMethods.vue b/web/satellite/src/components/account/billing/PaymentMethods.vue
index bc8be6901..2d5dac0d4 100644
--- a/web/satellite/src/components/account/billing/PaymentMethods.vue
+++ b/web/satellite/src/components/account/billing/PaymentMethods.vue
@@ -203,7 +203,7 @@ export default class PaymentMethods extends Vue {
.payment-methods-area {
padding: 40px;
- margin-bottom: 47px;
+ margin-bottom: 32px;
background-color: #fff;
border-radius: 8px;
font-family: 'font_regular', sans-serif;