Petites modifs suite à refonte du logo
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -12794,9 +12794,26 @@ body {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
/* Pour le nouveau logo */
|
||||
body > div.page > div > header > div > div > div.logo > a > img {
|
||||
height: 96px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.phonealign {
|
||||
padding: 8px 4px;
|
||||
}
|
||||
|
||||
.phonenumber a {
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.phonetext {
|
||||
background-color: #CC0300;
|
||||
color: white;
|
||||
padding: 4px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 300px;
|
||||
}
|
||||
@@ -108,10 +108,10 @@
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
{$image = {image file='assets/dist/img/logo-mobile.png' failsafe=true}}
|
||||
{if $image == null}
|
||||
{if $image == null}
|
||||
{$image = {image file='assets/dist/img/logo.gif' failsafe=true}}
|
||||
{/if}
|
||||
<img class="navbar-brand-img visible-xs" src="{$image}" alt="{$store_name}"> <a rel="nofollow" class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a>
|
||||
<img class="navbar-brand-img visible-xs" src="{$image}" alt="{$store_name}"> <a rel="nofollow" class="navbar-brand visible-xs" href="{navigate to="index"}">{$store_name}</a>
|
||||
</div>
|
||||
|
||||
{ifhook rel="main.navbar-secondary"}
|
||||
@@ -141,7 +141,7 @@
|
||||
{* <div class="brandbgimg"></div>*}
|
||||
</div>
|
||||
<div class="telephone">
|
||||
<span class="phonealign glyphicon glyphicon-phone"> </span>
|
||||
<span class="phonealign glyphicon glyphicon-phone"> </span>
|
||||
<span class="phonealign phonenumber">
|
||||
<a href="tel:+33627720925" title="phone">Service client : 06 14 22 90 17</a>
|
||||
</span><br />
|
||||
|
||||
Reference in New Issue
Block a user