login page
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user