Removing pinktober for AE

This commit is contained in:
Yann LV 2022-11-14 20:40:19 +01:00
parent e0ad288cf4
commit e76e2b1537
2 changed files with 19 additions and 12 deletions

View File

@ -163,21 +163,24 @@ header {
display: flex; display: flex;
box-shadow: $shadow-color 0px 0px 15px; box-shadow: $shadow-color 0px 0px 15px;
border-top: none; border-top: none;
//background-color: $primary-neutral-dark-color; background-color: $primary-neutral-dark-color;
border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;
// PINKTOBER // PINKTOBER
background-color: $pinktober; // background-color: $pinktober;
border-bottom: 5px solid $pinktober-secondary; // border-bottom: 5px solid $pinktober-secondary;
margin-bottom: -5px; // margin-bottom: -5px;
border-radius: 0 0 5px 7px; // border-radius: 0 0 5px 7px;
#header_logo { #header_logo {
background-color: $white-color; background-color: $white-color;
padding: 0.2em; padding: 0.2em;
border-bottom: 5px solid $shadow-color; border-radius: 0px 0px 0px 9px;
border-radius: 0px 0px 0px 5px;
margin-bottom: -5px; //PINKTOBER
// border-bottom: 5px solid $shadow-color;
// border-radius: 0px 0px 0px 5px;
// margin-bottom: -5px;
a { a {
display: flex; display: flex;
@ -204,7 +207,9 @@ header {
width: 100%; width: 100%;
label { label {
display: inline; display: inline;
color: $pinktober-primary-text;
// PINKTOBER
// color: $pinktober-primary-text;
} }
} }
a { a {
@ -225,7 +230,7 @@ header {
font-weight: bold; font-weight: bold;
color: $white-color; color: $white-color;
&:hover { &:hover {
color: $pinktober-primary-text; color: $secondary-color;
text-decoration: underline; text-decoration: underline;
} }
} }
@ -235,13 +240,15 @@ header {
list-style-type: none; list-style-type: none;
margin: 0.2em 0.2em; margin: 0.2em 0.2em;
/*
PINKTOBER
& .fa.fa-times { & .fa.fa-times {
color: $pinktober-bar-closed !important; color: $pinktober-bar-closed !important;
} }
& .fa.fa-check { & .fa.fa-check {
color: $pinktober-bar-opened !important; color: $pinktober-bar-opened !important;
} }*/
} }
#header_search { #header_search {

View File

@ -41,7 +41,7 @@
</div> </div>
<div id="header_logo"> <div id="header_logo">
<a href="{{ url('core:index') }}"> <a href="{{ url('core:index') }}">
<img src="{{ static('core/img/ae-pinktober.png') }}" alt="AE logo"> <img src="{{ static('core/img/logo.png') }}" alt="AE logo">
</a> </a>
</div> </div>
{% if not user.is_authenticated %} {% if not user.is_authenticated %}