Improve search select document from searh

This commit is contained in:
Peter Maquiran
2021-04-19 11:35:48 +01:00
parent 751916b603
commit 38a0d93235
11 changed files with 137 additions and 52 deletions
@@ -176,4 +176,22 @@ ion-content{
ion-textarea{
height: 81px;
}
}
.app-name{
background: #42b9f2;
border-radius: 18px;
text-align: center;
display: flex;
align-items: center;
padding: 0px 5px;
color: white;
font-size: 9pt;
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}