10 lines
769 B
CSS
10 lines
769 B
CSS
.detail-side {width: 370px; border-left: 1px solid var(--color-slate-300);}
|
|
.detail-header .text-title {font-weight: 600; color: var(--color-slate-800);}
|
|
.detail-body .text-subtitle {font-size: 14px; line-height: 22px; font-weight: 600; color: var(--color-slate-900);}
|
|
.detail-body .text-story-title {color: var(--color-slate-800); font-weight: 600;}
|
|
.detail-body .desc-heading {color: var(--color-slate-600); font-weight: 600;}
|
|
.detail-side .table-data th {min-width: 60px; padding: 6px 8px 6px 0; text-align: right; color: var(--color-slate-600); font-weight: normal;}
|
|
.detail-side .table-data td {padding: 6px 0 6px 8px; word-break: break;}
|
|
.detail-side .tab-content>.tab-pane {padding-left: 0 !important;}
|
|
.detail-body .detail-desc {color: var(--color-slate-800);}
|