feat: add filter chips for news

This commit is contained in:
Jovan Krunić
2021-07-12 16:40:42 +02:00
parent e48134eddc
commit 5435f85cc4
27 changed files with 456 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
.item {
:host ::ng-deep {
ion-label {
width: 100%;
@@ -7,25 +7,20 @@
flex-direction: column;
}
}
}
::ng-deep {
ion-note {
ul {
margin: 0;
padding: 0;
::ng-deep {
ion-grid, ion-col {
padding-inline-start: 0 ;
padding-top: 0;
padding-bottom: 0;
}
li {
list-style-type: none;
display: inline;
}
ion-note {
ul {
margin: 0;
padding: 0;
li {
list-style-type: none;
display: inline;
}
li:not(:first-child):before {
content: "";
li:not(:first-child):before {
content: "";
}
}
}
}