correction footer modale
This commit is contained in:
parent
ac51fc987c
commit
6f53afa8bf
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<footer>
|
<footer :class="contentType === 'ressourceItem' ? 'footer-ressource' : ''">
|
||||||
<div class="brand-pattern pattern-bottom" :style="{ backgroundColor: couleur }">
|
<div class="brand-pattern pattern-bottom" :style="{ backgroundColor: couleur }">
|
||||||
<div class="pattern"></div>
|
<div class="pattern"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1467,7 +1467,9 @@ body{
|
|||||||
> footer {
|
> footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
&.footer-ressource {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
.pattern-bottom {
|
.pattern-bottom {
|
||||||
mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
|
mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
|
||||||
height: $modale-bottom-padding;
|
height: $modale-bottom-padding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user