feat: Checkout Success

This commit is contained in:
sonnguyenkieio
2021-09-13 15:46:57 +07:00
parent e154724fef
commit 214c9b8680
2 changed files with 4 additions and 13 deletions

View File

@@ -31,11 +31,10 @@
}
.backToHomeBtn {
@apply flex cursor-pointer font-bold items-center justify-center;
@apply flex cursor-pointer font-bold items-center justify-center custom-border-radius;
color: white;
background-color: var(--primary);
margin: auto;
border-radius: 76% 80% 17% 30% / 40% 35% 80% 30%;
width: fit-content;
padding: 1.6rem 3.2rem 1.6rem 3.2rem;