30 lines
No EOL
577 B
CSS
30 lines
No EOL
577 B
CSS
.recent-activity .new-timeline {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.recent-activity .new-timeline:before {
|
|
top: 25px;
|
|
}
|
|
|
|
.recent-activity-title {
|
|
font-weight: 700;
|
|
font-size: var(--text-xl);
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.recent-activity .recent-activity-footer {
|
|
margin-left: calc(var(--timeline-left-padding) + var(--timeline-item-left-margin));
|
|
max-width: var(--timeline-content-max-width);
|
|
}
|
|
|
|
.recent-activity .show-more-activity-btn {
|
|
display: block;
|
|
margin: auto;
|
|
width: max-content;
|
|
margin-top: 35px;
|
|
font-size: var(--text-md);
|
|
}
|
|
|
|
.recent-activity {
|
|
padding-bottom: 60px;
|
|
} |