Petites modifs suite à refonte du logo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,4 +5,3 @@
|
||||
/.well-known/
|
||||
/local/session/
|
||||
/stats/
|
||||
/log/
|
||||
|
||||
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;
|
||||
}
|
||||
@@ -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