Add pin page

This commit is contained in:
Peter Maquiran
2021-05-27 16:49:09 +01:00
parent f227239023
commit 0405cc603c
4 changed files with 129 additions and 49 deletions
+30
View File
@@ -0,0 +1,30 @@
:host{
text-align: center;
align-items: center;
display: flex;
justify-content: center;
background-image: url("/assets/background/auth.svg");
background-size: 686px 674px;
background-position: center;
background-position-y: 0px;
background-repeat: no-repeat;
}
.circle{
color: black;
width: 95px;
height: 97px;
display: flex;
align-items: center;
justify-content: center;
font-size: 19pt;
}
.title{
padding-top: 32px;
}
.terminal {
padding-top: 112px;
}