export const card: string = 'card'; export const card__bImg: string = 'card__b-img'; export const card__content: string = 'card__content'; export const card__contentUnpadded: string = 'card__content--unpadded'; export const card__footer: string = 'card__footer'; export const card__footerUnpadded: string = 'card__footer--unpadded'; export const card__header: string = 'card__header'; export const card__headerBlack: string = 'card__header--black'; export const card__headerBlue: string = 'card__header--blue'; export const card__headerGray: string = 'card__header--gray'; export const card__headerGreen: string = 'card__header--green'; export const card__headerOrange: string = 'card__header--orange'; export const card__headerPurple: string = 'card__header--purple'; export const card__headerRed: string = 'card__header--red'; export const card__headerYellow: string = 'card__header--yellow'; export const card__headerTall: string = 'card__header--tall'; export const card__headerUnpadded: string = 'card__header--unpadded'; export const card__headerWhite: string = 'card__header--white';