Show onboarding page if currency is not set

This commit is contained in:
Bilal
2020-10-06 14:15:35 +03:00
parent 21f88bd221
commit 6fb30209da
9 changed files with 163 additions and 54 deletions

View File

@@ -48,4 +48,10 @@
.required:before {
color: red;
content: "* ";
}
.preloader-circle {
position: absolute;
height: 90%;
margin-left: 40%;
}