Petites modifs suite à refonte du logo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,4 +5,3 @@
|
|||||||
/.well-known/
|
/.well-known/
|
||||||
/local/session/
|
/local/session/
|
||||||
/stats/
|
/stats/
|
||||||
/log/
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -12794,9 +12794,26 @@ body {
|
|||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pour le nouveau logo */
|
/* Pour le nouveau logo */
|
||||||
body > div.page > div > header > div > div > div.logo > a > img {
|
body > div.page > div > header > div > div > div.logo > a > img {
|
||||||
height: 96px;
|
height: 96px;
|
||||||
margin-right: 20px;
|
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>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
{$image = {image file='assets/dist/img/logo-mobile.png' failsafe=true}}
|
{$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}}
|
{$image = {image file='assets/dist/img/logo.gif' failsafe=true}}
|
||||||
{/if}
|
{/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>
|
</div>
|
||||||
|
|
||||||
{ifhook rel="main.navbar-secondary"}
|
{ifhook rel="main.navbar-secondary"}
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
{* <div class="brandbgimg"></div>*}
|
{* <div class="brandbgimg"></div>*}
|
||||||
</div>
|
</div>
|
||||||
<div class="telephone">
|
<div class="telephone">
|
||||||
<span class="phonealign glyphicon glyphicon-phone"> </span>
|
<span class="phonealign glyphicon glyphicon-phone"> </span>
|
||||||
<span class="phonealign phonenumber">
|
<span class="phonealign phonenumber">
|
||||||
<a href="tel:+33627720925" title="phone">Service client : 06 14 22 90 17</a>
|
<a href="tel:+33627720925" title="phone">Service client : 06 14 22 90 17</a>
|
||||||
</span><br />
|
</span><br />
|
||||||
|
|||||||
Reference in New Issue
Block a user