Add modal message

This commit is contained in:
Peter Maquiran
2021-05-24 16:49:25 +01:00
parent 9fb2239652
commit 0e96fb50f0
34 changed files with 1171 additions and 441 deletions
@@ -0,0 +1,16 @@
:host{
text-align: center;
align-items: center;
display: flex;
justify-content: center;
background-image: url("/assets/background/background-circle-negative.svg");
background-size: 686px 674px;
background-position: center;
background-position-y: 0px;
background-repeat: no-repeat;
}
.message {
padding-top: 150px;
font-size: 16pt;
}