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