introducing close button
This commit is contained in:
parent
2ff9cd0759
commit
b47bddba81
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user