Improve search add search tags

This commit is contained in:
Peter Maquiran
2021-04-14 11:04:28 +01:00
parent 2af682d54f
commit 377a29c5f7
3 changed files with 28 additions and 2 deletions
+17 -1
View File
@@ -155,7 +155,7 @@ ion-slide{
.content{
width: 100%;
margin-left: 10px;
p{
.result-name{
margin: 0px;
width: 100%;
font-family: Roboto;
@@ -169,6 +169,22 @@ ion-slide{
font-weight: 300;
color: #797979;
}
.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;
}
span.documente-date{
}