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