corvée(formatage) formate
This commit is contained in:
parent
e6e4203129
commit
67f96263df
5 changed files with 55 additions and 177 deletions
|
|
@ -41,13 +41,7 @@
|
|||
margin: auto;
|
||||
visibility: visible;
|
||||
opacity: 100%;
|
||||
mask-image: linear-gradient(
|
||||
var(--mask-direction, to right),
|
||||
hsla(0, 0%, 0%, 0),
|
||||
hsl(0, 0%, 0%) 20%,
|
||||
hsl(0, 0%, 0%) 80%,
|
||||
hsla(0, 0%, 0%, 0)
|
||||
);
|
||||
mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
|
||||
transition: 1s opacity ease-in-out, 1s visibility ease-in-out;
|
||||
}
|
||||
#page-a-propos .storytelling__animation[hidden] {
|
||||
|
|
@ -118,4 +112,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* # sourceMappingURL=page-a-propos.css.map */
|
||||
/*# sourceMappingURL=page-a-propos.css.map */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue