feat: Checkout Success

This commit is contained in:
sonnguyenkieio
2021-09-14 14:40:22 +07:00
parent 8d463e537d
commit 2b2c1acca2
2 changed files with 7 additions and 18 deletions

View File

@@ -31,16 +31,7 @@
}
.backToHomeBtn {
@apply flex cursor-pointer font-bold items-center justify-center custom-border-radius;
color: white;
background-color: var(--primary);
margin: auto;
width: fit-content;
padding: 1.6rem 3.2rem 1.6rem 3.2rem;
.arrowRight {
margin-left: 1.4rem;
}
@apply flex justify-center;
}
}
}