handling cta--download
This commit is contained in:
parent
77209aff16
commit
b68e3e2f1d
|
|
@ -76,8 +76,10 @@
|
||||||
background-image: url("../../../img/icons/icon-cross.svg");
|
background-image: url("../../../img/icons/icon-cross.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--download,
|
||||||
&--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 text-zuume;
|
||||||
|
|
||||||
line-height: 0.4;
|
line-height: 0.4;
|
||||||
cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer;
|
cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer;
|
||||||
|
|
@ -88,9 +90,14 @@
|
||||||
&:after {
|
&:after {
|
||||||
@apply inline-block static;
|
@apply inline-block static;
|
||||||
transform: none;
|
transform: none;
|
||||||
background-image: url("../../../img/icons/arrow-start.svg");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&--start:after {
|
||||||
|
background-image: url("../../../img/icons/arrow-start.svg");
|
||||||
|
}
|
||||||
|
&--download:after {
|
||||||
|
background-image: url("../../../img/icons/download.svg");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.motion-button {
|
.motion-button {
|
||||||
@apply bg-transparent w-fit h-fit border-none;
|
@apply bg-transparent w-fit h-fit border-none;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user