From 1b9110152e8afe7c972ea3cdaac6d8e02d665795 Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 10 Jun 2024 17:27:05 +0500 Subject: [PATCH] color wite --- .../Shop/publishable/assets/styles/style.css | 17 ++++++++++------- .../views/shop/layouts/footer/index.blade.php | 4 ++-- .../views/shop/layouts/master.blade.php | 1 + 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/packages/TPS/Shop/publishable/assets/styles/style.css b/packages/TPS/Shop/publishable/assets/styles/style.css index 3b924f7bf..62a5e05d1 100644 --- a/packages/TPS/Shop/publishable/assets/styles/style.css +++ b/packages/TPS/Shop/publishable/assets/styles/style.css @@ -1805,14 +1805,17 @@ button.nav-link { .contacts-block-bright-text { margin-top: 1rem; - font-size: 1.6rem !important; - color: white !important; - text-decoration: none !important; - font-family: inherit !important; - font-weight: inherit !important; - line-height: inherit !important; + font-size: 1.6rem; + color: white; +} +p[x-apple-data-detectors] { + -webkit-text-decoration: none; + color: inherit; +} +p.phone-number { + -webkit-text-decoration: none; + color: inherit; } - .contacts-block-address { margin: 0rem 0 2rem 0; } diff --git a/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php b/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php index 67cbb1053..85d2e6420 100644 --- a/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php +++ b/packages/TPS/Shop/src/Resources/views/shop/layouts/footer/index.blade.php @@ -34,8 +34,8 @@

{{core()->getConfigData('general.general.info.address')}}

- {{__('shop::app.footer.mobile')}} -

{{core()->getConfigData('general.general.info.phone')}}

+ {{__('shop::app.footer.mobile')}} +

{{core()->getConfigData('general.general.info.phone')}}

{{__('shop::app.checkout.onepage.email')}} : diff --git a/packages/TPS/Shop/src/Resources/views/shop/layouts/master.blade.php b/packages/TPS/Shop/src/Resources/views/shop/layouts/master.blade.php index faa6637d9..d1b3156ae 100644 --- a/packages/TPS/Shop/src/Resources/views/shop/layouts/master.blade.php +++ b/packages/TPS/Shop/src/Resources/views/shop/layouts/master.blade.php @@ -10,6 +10,7 @@ + {{-- --}} @if ($favicon = core()->getCurrentChannel()->favicon_url)