UNPKG

@zywave/zui-picker

Version:

## Installation

4 lines (2 loc) 561 B
import { css } from 'lit'; export const style = css`:host{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed var(--zui-gray-100);font-size:var(--zui-picker-item-font-size, inherit)}:host .content{display:flex;width:100%;justify-content:flex-start;align-items:center;line-height:1.6}:host .content ::slotted(zui-icon),:host .content ::slotted(zui-svg),:host .content ::slotted(svg){padding-right:10px}:host .content ::slotted(zui-button){position:relative;display:inline-flex;margin-left:auto;line-height:1}`;