@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
1 lines • 1.31 kB
Source Map (JSON)
{"version":3,"sources":["webpack://./src/components/ui/timeline.module.css"],"names":[],"mappings":"AAAA;EACE,sBAAsB;EACtB,MAAM;AACR;;AAIA;EADE,aAAa;EACb,kBAAkB;AACpB;;AADA;EAIE,sBAAsB;EACtB,iCAAiC;AACnC;;AACA;EAEE,iBAAiB;AACnB;;AACA;EAEE,kCAAkC;EAClC,WAAW;EACX,UAAU;EACV,kBAAkB;EAClB,WAAW;EACX,SAAS;EACT,cAAc;AAChB;;AACA;EAEE,sCAAsC;EACtC,mCAAmC;EACnC,kBAAkB;EAClB,cAAc;EACd,cAAc;EACd,eAAe;EACf,mBAAmB;AACrB;;AACA;EAEE,YAAY;EACZ,iCAAiC;EACjC,OAAO;AACT","sourcesContent":[".timeline {\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 0;\r\n}\r\n\r\n.item {\r\n position: relative;\r\n display: flex;\r\n gap: var(--ac-space-3);\r\n padding-bottom: var(--ac-space-4);\r\n}\r\n\r\n.item:last-child {\r\n padding-bottom: 0;\r\n}\r\n\r\n.item:not(:last-child)::before {\r\n content: \"\";\r\n position: absolute;\r\n left: 0.5625rem;\r\n top: 1.5rem;\r\n bottom: 0;\r\n width: 2px;\r\n background-color: var(--ac-border);\r\n}\r\n\r\n.dot {\r\n width: 1.25rem;\r\n height: 1.25rem;\r\n margin-top: 0.125rem;\r\n border: 2px solid var(--ac-primary);\r\n border-radius: 50%;\r\n background-color: var(--ac-background);\r\n flex-shrink: 0;\r\n}\r\n\r\n.content {\r\n flex: 1;\r\n min-width: 0;\r\n padding-bottom: var(--ac-space-1);\r\n}\r\n"],"sourceRoot":""}