UNPKG

pragmate-ui

Version:

An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.

84 lines (82 loc) 2.28 kB
.pui__vertical-line { display: flex; flex-direction: column; position: relative; max-height: 29.375rem; margin: 1rem 0rem; } .pui__vertical-line .line { background: var(--outline); bottom: 1.739rem; left: 1.739rem; margin: 0 -1px; position: absolute; top: 1.739rem; width: 0.125rem; height: 100%; z-index: 17; } .pui__vertical-line .container-timeline .timeline-event { margin-bottom: 1.4rem; display: flex; flex-direction: row; justify-content: left; align-items: flex-start; gap: 1.5rem; } .pui__vertical-line .container-timeline .timeline-event:last-child { margin-bottom: 0; } .pui__vertical-line .container-timeline .timeline-event__content--icon { display: flex; align-self: flex-start; align-items: center; justify-content: center; border: 1px solid; border-radius: 50%; height: 3.5rem; width: 3.5rem; z-index: 19; } .pui__vertical-line .container-timeline .timeline-event__content--icon .pui-icon { z-index: 90; height: 2.5rem; width: 2.5rem; } .pui__vertical-line .container-timeline .timeline-event__content--block { margin: 0; padding: 0; } .pui__vertical-line .container-timeline .timeline-event__content--block .item-header__h3 { margin: 0; font-weight: bold; } .pui__vertical-line .container-timeline .timeline-event__content--block .item-header__span { opacity: 0.7; font-size: 0.9rem; } .pui__vertical-line .container-timeline .timeline-event__content--block .block-description { margin-top: 0.313rem; } .pui__vertical-line .container-timeline .timeline-event .primary { background-color: var(--primary); } .pui__vertical-line .container-timeline .timeline-event .secondary { background-color: var(--secondary); } .pui__vertical-line .container-timeline .timeline-event .tertiary { background-color: var(--tertiary); } .pui__vertical-line .container-timeline .timeline-event .success { background-color: var(--success); } .pui__vertical-line .container-timeline .timeline-event .danger { background-color: var(--danger); } .pui__vertical-line .container-timeline .timeline-event .warning { background-color: var(--warning); } .pui__vertical-line .container-timeline .timeline-event .info { background-color: var(--info); } /*# sourceMappingURL=vertical-line.css.map*/