lot-cd46: switch from green to pink (#31802)

This commit is contained in:
Frédéric Péters 2019-03-28 12:04:29 +01:00
parent 8fba6c377f
commit b34567da91
3 changed files with 12 additions and 13 deletions

View File

@ -23,9 +23,8 @@ header {
margin-top: 0.4rem;
a {
transition: all ease 0.2s;
padding-left: 80px;
background: url(img/logo.png) left center no-repeat;
background-position: 0px center;
padding-left: 100px;
background: url(img/logo.png) 20px center no-repeat;
background-size: 60px;
height: 60px;
line-height: 60px;
@ -103,7 +102,7 @@ body.scrolled {
@media screen and (max-width: $mobile-limit) {
div#nav, header {
background: $darkgreen;
background: $darkpink;
text-align: left;
position: static;
width: auto;
@ -155,9 +154,9 @@ div.comment-field {
}
}
&.fond-vert {
background: $darkgreen;
background: $darkpink;
h2:first-child, h3:first-child {
background: $darkgreen;
background: $darkpink;
}
}
&.fond-marron {

View File

@ -1,21 +1,21 @@
$font-family: Ubuntu, sans-serif;
$font-size: 14px;
$font-color: #333;
$darkgreen: #6C9724;
$lightgreen: #9BC23E;
$primary-color: $darkgreen;
$darkpink: #ef2c6a;
$lightpink: #fe4680;
$primary-color: $darkpink;
$border-radius: 0px;
$nav-background: $darkgreen;
$nav-background: $darkpink;
$nav-color: white;
$nav-active-color: $lightgreen;
$nav-active-color: $lightpink;
$nav-submenu-background: #eeeeee;
$nav-submenu-color: $font-color;
$nav-after-image-height: 400px;
$button-background: $primary-color;
$cell-border: 1px solid transparent;
$title-color: $darkgreen;
$title-color: $darkpink;
$title-weight: 500;
$title-font-size: 30px;
$title-border-bottom: 2px solid $primary-color;

View File

@ -1,6 +1,6 @@
{
"label": "Lot (CD46)",
"variables": {
"theme_color": "#6C9724"
"theme_color": "#ef2c6a"
}
}