refining cta
This commit is contained in:
parent
cb75964383
commit
cd8ae64221
|
|
@ -1,7 +1,7 @@
|
||||||
.cta {
|
.cta {
|
||||||
@apply block;
|
@apply block;
|
||||||
&--round {
|
&--round {
|
||||||
@apply w-32 h-32;
|
@apply w-20 h-20;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
&--construction {
|
&--construction {
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
}
|
}
|
||||||
&--button-icon {
|
&--button-icon {
|
||||||
@apply relative border-none cursor-pointer;
|
@apply relative border-none cursor-pointer;
|
||||||
|
|
||||||
transition: all .4s ease-in-out;
|
transition: all 0.4s ease-in-out;
|
||||||
&:after {
|
&:after {
|
||||||
@apply absolute w-12 h-12 z-20 left-1/2 top-1/2;
|
@apply absolute w-10 h-10 z-20 left-1/2 top-1/2;
|
||||||
content: "";
|
content: "";
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user