take user to the onboard page if chip is not set

This commit is contained in:
Bilal
2020-09-18 19:12:05 +03:00
committed by Senad Uka
parent 77469a469b
commit a9730dd69a
8 changed files with 193 additions and 11 deletions

View File

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