From 7a9ffb709db048f75585db53daecacf4c3237485 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 2 Oct 2024 10:15:42 +0500 Subject: [PATCH] wip --- .../views/orders/loan/mobile/card-history.blade.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/views/orders/loan/mobile/card-history.blade.php b/resources/views/orders/loan/mobile/card-history.blade.php index 1fdc53e..48571b8 100644 --- a/resources/views/orders/loan/mobile/card-history.blade.php +++ b/resources/views/orders/loan/mobile/card-history.blade.php @@ -15,7 +15,6 @@ width: 300px; height: 180px; border-radius: 15px; - border: 2px solid #ffffff; background-color: transparent; padding: 20px; color: #2b3e50; @@ -46,12 +45,16 @@ .expiry-date { font-size: 14px; } + + :is(.dark .dark\:border-white) { + border: 2px solid #ffffff; + }
-
+
{{ $resource->card_number }}
-
{{ $resource->card_name }}
-
{{ $card_month }}/{{ $card_year }}
+
{{ $resource->card_name }}
+
{{ $card_month }}/{{ $card_year }}