UNPKG

@spaced-out/ui-design-system

Version:
64 lines (52 loc) 992 B
@value ( colorNeutralLightest, colorSuccessLightest, colorInformationLightest, colorWarningLightest, colorDangerLightest ) from '../../styles/variables/_color.css'; @value ( size42, size34, size60 ) from '../../styles/variables/_size.css'; @value ( borderRadiusMedium ) from '../../styles/variables/_border.css'; .iconContainer { display: flex; width: fit-content; min-width: size34; min-height: size34; justify-content: center; align-items: center; border-radius: borderRadiusMedium; background-color: colorNeutralLightest; } .medium { width: size42; height: size42; } .small { width: size34; height: size34; } .large { width: size60; height: size60; } .neutral { background-color: colorNeutralLightest; } .success { background-color: colorSuccessLightest; } .information { background-color: colorInformationLightest; } .warning { background-color: colorWarningLightest; } .danger { background-color: colorDangerLightest; }