nx-primeng-sakai-v17/src/app/demo/components/pages/timeline/timelinedemo.scss
2022-07-22 13:13:50 +03:00

21 lines
477 B
SCSS

@media screen and (max-width: 960px) {
::ng-deep {
.customized-timeline {
.p-timeline-event:nth-child(even) {
flex-direction: row !important;
.p-timeline-event-content {
text-align: left !important;
}
}
.p-timeline-event-opposite {
flex: 0;
}
.p-card {
margin-top: 1rem;
}
}
}
}