umd-styles-library
    Preparing search index...

    Variable personTabularDarkConst

    personTabularDark: {
        "& > *:nth-child(2)": { flex: string };
        "&:has(img)": { [key: string]: {} };
        borderBottom: string;
        className: string;
        maxWidth: string;
        overflow: string;
        paddingBottom: string;
    } = ...

    Person three column style with dark theme.

    Type declaration

    • & > *:nth-child(2): { flex: string }
    • &:has(img): { [key: string]: {} }
    • borderBottom: string
    • className: string
    • maxWidth: string
    • overflow: string
    • paddingBottom: string

    Three column person list with dark theme and responsive layout.

    import * as Styles from '@universityofmaryland/web-styles-library';
    Styles.element.composite.card.list.personTabularDark
    class="umd-element-composite-card-list-person-tabular-dark"
    

    1.9.1