diff --git a/assets/css/admin.css b/assets/css/admin.css index ac78fe79b..b9a841869 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -459,12 +459,6 @@ label[for=woocommerce_paypal_express_paypal_marketing_solutions_enabled] { width: 100%; } } - - @media screen and (min-width: 400px) { - .display_smart_button_previews { - width: 250px; - } - } @media screen and (min-width: 320px) and (max-width: 1120px) { #woocommerce_paypal_express_angelleye_smart_button_preview_title, .display_smart_button_previews, .display_smart_button_previews_button { diff --git a/assets/css/angelleye-express-checkout.css b/assets/css/angelleye-express-checkout.css index 4312808c7..6c870b7fe 100644 --- a/assets/css/angelleye-express-checkout.css +++ b/assets/css/angelleye-express-checkout.css @@ -242,9 +242,3 @@ form div.angelleye_ec_save_to_accoount_box p.form-row.woocommerce-SavedPaymentMe width: 100%; } } - -@media screen and (min-width: 400px) { - .angelleye_smart_button_top, .angelleye_smart_button_bottom, .angelleye_smart_button_checkout_top { - width: 250px; - } -} \ No newline at end of file diff --git a/assets/css/cart.css b/assets/css/cart.css index 7478f4e4d..9467d0e88 100644 --- a/assets/css/cart.css +++ b/assets/css/cart.css @@ -90,10 +90,3 @@ a.paypal_checkout_button_bottom { width: 100%; } } - -@media screen and (min-width: 400px) { - .angelleye_smart_button_top, .angelleye_smart_button_bottom { - margin: 0 auto 0 auto; - width: 250px; - } -} \ No newline at end of file diff --git a/assets/css/single.css b/assets/css/single.css index b719a58e2..39e5c74ee 100644 --- a/assets/css/single.css +++ b/assets/css/single.css @@ -85,9 +85,3 @@ input.single_add_to_cart_button.paypal_checkout_button { width: 100%; } } - -@media screen and (min-width: 400px) { - .angelleye_button_single { - width: 250px; - } -} \ No newline at end of file