color wite

This commit is contained in:
merdan 2024-06-10 17:27:05 +05:00
parent d81d487f07
commit 1b9110152e
3 changed files with 13 additions and 9 deletions

View File

@ -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;
}

View File

@ -34,8 +34,8 @@
<p class="contacts-block-bright-text">{{core()->getConfigData('general.general.info.address')}}</p>
</div>
<div class="contacts-block-address">
<span class="contacts-block-dim-text">{{__('shop::app.footer.mobile')}}</span>
<p class="contacts-block-bright-text" margin-top: 1rem;font-size: 1.6rem;">{{core()->getConfigData('general.general.info.phone')}}</p>
<span class="contacts-block-dim-text phone-number">{{__('shop::app.footer.mobile')}}</span>
<p class="contacts-block-bright-text">{{core()->getConfigData('general.general.info.phone')}}</p>
</div>
<div class="contacts-block-number">
<span class="contacts-block-dim-text">{{__('shop::app.checkout.onepage.email')}} : </span>

View File

@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="content-language" content="{{ app()->getLocale() }}">
<meta name="format-detection" content="telephone=no">
{{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}}
@if ($favicon = core()->getCurrentChannel()->favicon_url)