umd-styles-library
    Preparing search index...

    Variable eventDarkConst

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

    Light theme event dark card style.

    Type declaration

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

    Light themed event list card with responsive layout.

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

    1.1.1