From 6b28e3b39c0b129748eedf14e1ee42a37274010a Mon Sep 17 00:00:00 2001 From: Kostya Date: Wed, 6 Dec 2023 11:00:17 +0300 Subject: [PATCH] changed template and added styles for modal payments in paymentsmodal component --- .../css/ComponentsStyles/payments-modal.css | 69 ++++++++++++++++++- luckydiamond/src/components/PaymentsModal.vue | 32 ++++++--- 2 files changed, 90 insertions(+), 11 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css index 65f91b8..83a4c97 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/payments-modal.css @@ -63,7 +63,8 @@ input:focus { left: 10%; } -.deposit-icon__input input { +.deposit-icon__input input, +.withdraw-input input{ width: 350px; height: 44px; border-radius: 15px; @@ -74,4 +75,68 @@ input:focus { font-family: Montserrat Alternates; font-size: 12px; padding-left: 40px; -} \ No newline at end of file +} + +.display-btns { + display: flex; + margin-top: 10px; +} + +.btns-style-diamonds button { + border-radius: 10px; + background: #252C47; + box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); + color: #FFF; + font-weight: 700; + line-height: 31px; + font-family: Montserrat Alternates; + font-size: 12px; + border: none; + padding: 4px 22px; +} + +.deposit-promocode { + margin-top: 15px; +} + +.deposit-promocode__padding--input input { + padding-left: 15px; +} + + +.btn-deposit, +.btn-withdraw { + display: flex; + text-align: center; + align-items: center; + justify-content: center; + margin: 35% 6% 0 0; +} + +.btn-style-payments button { + border-radius: 10px; + background: #EF4444; + ont-family: Montserrat Alternates; + font-size: 16px; + color: #fff; + font-weight: 700; + line-height: 19px; + padding: 22px 120px; + border: none; +} + +/* Withdraw */ + +.payments-modal__withdraw { + margin-left: 26px; +} + +.number-card { + margin-top: 15px; +} + +.btn-withdraw { + margin-top: 30%; +} + +/* /Withdraw */ \ No newline at end of file diff --git a/luckydiamond/src/components/PaymentsModal.vue b/luckydiamond/src/components/PaymentsModal.vue index 6f3434b..b00d324 100644 --- a/luckydiamond/src/components/PaymentsModal.vue +++ b/luckydiamond/src/components/PaymentsModal.vue @@ -8,23 +8,35 @@

Сумма пополнения

- +
- +
    +
  • + +
  • +
+
+
+

Промокод

+ +
+
+
-
-
- +
+
+

Сумма вывода

+
-
- +
+

Введите номер карты

-
- +
+
@@ -32,6 +44,7 @@