mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: add filter chips for news
This commit is contained in:
@@ -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: " • ";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user