remove _static/ from bg images

This commit is contained in:
Elisabeth Dickinson 2021-04-21 11:56:25 +02:00
parent 5ce8e23668
commit dfe3847c56
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@
height: calc(100% - 3rem);
}
@mixin o-easter-egg($width: 100%, $height: 30px, $img: '/_static/img/poule.svg' ){
@mixin o-easter-egg($width: 100%, $height: 30px, $img: 'img/poule.svg' ){
position: relative;
// Easter Egg on hover 5s
&:after {

View File

@ -60,7 +60,7 @@ header.o_main_header{
span {
@include font-size($font-size-base);
color: $o-violet;
@include o-easter-egg($img:'/_static/img/ducky.svg');
@include o-easter-egg($img:'img/ducky.svg');
}
}
@include media-breakpoint-up(xl) {
@ -438,7 +438,7 @@ header.o_main_header{
background-color: lighten($o-violet, 20%);
}
&:not(.shadow){
background-image: url('/_static/img/bg-cat.svg');
background-image: url('img/bg-cat.svg');
}
&.shadow {
box-shadow: 0px 2px 25px rgba(19, 28, 40, .08) !important;