introducing close button

This commit is contained in:
Antoine M 2024-02-22 19:15:33 +01:00
parent 2ff9cd0759
commit b47bddba81

View File

@ -55,6 +55,11 @@
background-image: url("../../../img/icons/icon-back.svg"); background-image: url("../../../img/icons/icon-back.svg");
} }
} }
&--close {
&:after {
background-image: url("../../../img/icons/icon-cross.svg");
}
}
&--start { &--start {
@apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit; @apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit;
line-height: 0.4; line-height: 0.4;