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