production menu background transparent

This commit is contained in:
2018-05-02 15:08:56 +02:00
parent a6d3e6507e
commit 506cbebdb3
2 changed files with 3 additions and 4 deletions
@@ -2570,9 +2570,7 @@ footer {
height: 200px; } height: 200px; }
footer nav#block-productions.block-menu ul li a { footer nav#block-productions.block-menu ul li a {
pointer-events: all; pointer-events: all;
padding: 3px; background-color: rgba(255, 255, 255, 0.6);
background-color: white;
border-radius: 3px;
padding-right: 0.4em; } padding-right: 0.4em; }
footer nav#block-productions.block-menu ul li a:before { footer nav#block-productions.block-menu ul li a:before {
content: ""; content: "";
@@ -1706,7 +1706,8 @@ footer{
a{ a{
// outline: 1px solid blue; // outline: 1px solid blue;
pointer-events: all; pointer-events: all;
@include btn; // @include btn;
background-color: rgba(255,255,255, 0.6);
padding-right: 0.4em; padding-right: 0.4em;
&:before{ &:before{
content: ""; content: "";