add inativity page

This commit is contained in:
Peter Maquiran
2021-08-27 09:48:51 +01:00
parent bf89001177
commit 6aec4a1d5f
10 changed files with 89 additions and 139 deletions
+30 -11
View File
@@ -14,6 +14,7 @@ ion-content{
width: 100vw;
height: 100vh;
overflow: auto;
background: white !important;
}
.wrapper{
@@ -26,10 +27,11 @@ ion-content{
.logo{
width: 400px;
height: 400px;
background-image: url("/assets/background/auth.svg");
background-position: center;
background-repeat: no-repeat;
}
.bg-1{
width: 250px;
height: 250px;
@@ -106,14 +108,11 @@ ion-item{
}
.div-top-header{
margin: 0 em(20px);
padding-top: em(15px);
border: 0!important;
z-index: 1000;
}
.div-logo {
@@ -138,28 +137,42 @@ ion-item{
justify-content: center;
font-size: 19pt;
background: #44b5ea;
border-radius: 56px;
margin-left: 30px;
border-radius: 56px;
margin-bottom: 15px;
user-select: none;
margin-right: 15px;
margin-left: 15px;
}
.title{
padding-top: 32px;
z-index: 1000;
height: unset !important;
position: relative;
top: -30px;
}
.terminal {
padding-top: 112px;
margin-left: -30px;
padding-top: 49px;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
background-image: url(/assets/background/auth.svg);
background-position: center;
background-repeat: no-repeat;
width: 100%;
padding-bottom: 48px;
margin-bottom: -58px;
z-index: 100;
margin-top: -80px;
}
.clear{
color: #44b5ea;
font-size: 12pt;
z-index: 1000;
}
.dot-active{
background: #44b5ea;
@@ -185,12 +198,12 @@ ion-item{
text-align: center;
align-items: center;
justify-content: center;
background-image: url("/assets/background/auth.svg");
background-size: 686px 674px;
background-position: center;
background-position-y: 110px;
background-repeat: no-repeat;
margin: auto;
justify-content: space-around;
}
.voltar{
@@ -216,4 +229,10 @@ ion-item{
padding-top: 20px;
position: unset !important;
}
}
}
.pin-4 {
z-index: 1000;
margin-bottom: 36px;
}