mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add filter chips for news
This commit is contained in:
18
src/app/modules/data/detail/data-detail-content.scss
Normal file
18
src/app/modules/data/detail/data-detail-content.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
:host ::ng-deep {
|
||||
ion-slides.work-locations {
|
||||
ion-slide {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
ion-card {
|
||||
ion-card-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
ion-grid, ion-col {
|
||||
padding-inline-start: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user