UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

42 lines 776 B
/* * Timeline component * */ /* * Utilities */ .dnb-timeline { display: flex; flex-direction: column; padding: 0; list-style: none; } .dnb-timeline__item__label { display: flex; align-items: center; padding: 0; text-align: left; } .dnb-timeline__item__label__icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; height: auto; padding: 0; } .dnb-timeline__item__label__title { cursor: text; } .dnb-timeline__item__content { padding-bottom: var(--spacing-small); } .dnb-timeline__item__content__subtitle { cursor: text; font-size: var(--font-size-x-small); font-weight: var(--font-weight-basis); color: var(--color-black-55); } .dnb-timeline__item__content__info { padding-top: var(--spacing-x-small); }