21 lines
496 B
SCSS
21 lines
496 B
SCSS
.v-timeline-item {
|
|
.app-timeline-title {
|
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
line-height: 1.3125rem;
|
|
}
|
|
|
|
.app-timeline-meta {
|
|
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
font-size: 11px;
|
|
line-height: 0.875rem;
|
|
}
|
|
|
|
.app-timeline-text {
|
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
font-size: 13px;
|
|
line-height: 1.25rem;
|
|
}
|
|
}
|