remove _static/ from bg images
This commit is contained in:
parent
5ce8e23668
commit
dfe3847c56
@ -128,7 +128,7 @@
|
|||||||
height: calc(100% - 3rem);
|
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;
|
position: relative;
|
||||||
// Easter Egg on hover 5s
|
// Easter Egg on hover 5s
|
||||||
&:after {
|
&:after {
|
||||||
|
@ -60,7 +60,7 @@ header.o_main_header{
|
|||||||
span {
|
span {
|
||||||
@include font-size($font-size-base);
|
@include font-size($font-size-base);
|
||||||
color: $o-violet;
|
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) {
|
@include media-breakpoint-up(xl) {
|
||||||
@ -438,7 +438,7 @@ header.o_main_header{
|
|||||||
background-color: lighten($o-violet, 20%);
|
background-color: lighten($o-violet, 20%);
|
||||||
}
|
}
|
||||||
&:not(.shadow){
|
&:not(.shadow){
|
||||||
background-image: url('/_static/img/bg-cat.svg');
|
background-image: url('img/bg-cat.svg');
|
||||||
}
|
}
|
||||||
&.shadow {
|
&.shadow {
|
||||||
box-shadow: 0px 2px 25px rgba(19, 28, 40, .08) !important;
|
box-shadow: 0px 2px 25px rgba(19, 28, 40, .08) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user