login page

This commit is contained in:
CHIEFSOFT\ameye
2024-09-05 08:07:29 -04:00
parent 650f7f2410
commit ee00aac1ee
6 changed files with 162 additions and 118 deletions
+15
View File
@@ -235,6 +235,7 @@ body.scanner-active {
ion-content{
margin-top: 0px !important;
.start-pages{
padding-top: 15px;
// background-color: #3dc2ff;
background-image: linear-gradient(white, aliceblue);
margin: 0px;
@@ -258,6 +259,20 @@ ion-content{
}
}
.login_entry{
background-color: white;
border-radius: 10px;
}
.login_box{
padding: 10px;
background-color: #F6F6FF;
border-radius: 10px;
box-shadow: 1px 1px #d3d3d3;
margin-top: 10px;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.extra_text{
font-size: 11px;