new cta variations
This commit is contained in:
parent
04d64457ab
commit
685d3af7d5
|
|
@ -7,17 +7,26 @@
|
|||
&--construction {
|
||||
@apply bg-construction;
|
||||
}
|
||||
&--play {
|
||||
&--button-icon {
|
||||
@apply relative;
|
||||
|
||||
&:after {
|
||||
@apply absolute w-12 h-12 z-20 left-1/2 top-1/2;
|
||||
content: "";
|
||||
transform: translate(-50%, -50%);
|
||||
background-image: url("../../img/icon-play.svg");
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
&--play {
|
||||
&:after {
|
||||
background-image: url("../../img/icon-play.svg");
|
||||
}
|
||||
}
|
||||
&--next {
|
||||
&:after {
|
||||
background-image: url("../../img/arrow-next.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user