UNPKG

@spaced-out/ui-design-system

Version:
42 lines (34 loc) 673 B
@value (spaceXXSmall, spaceXSmall, spaceSmall) from '../../styles/variables/_space.css'; @value (size252, size26) from '../../styles/variables/_size.css'; .wrapper { display: flex; min-width: size252; height: fit-content; gap: spaceSmall; } .btnContainer { align-self: center; margin-left: auto; } .radioButtonWrapper { padding-left: size26; } .iconContainer { align-self: flex-start; } .chipsContainer { display: flex; flex-wrap: wrap; gap: spaceXSmall; margin-top: auto; } .contentContainer { display: flex; flex-direction: column; gap: spaceSmall; } .textContainer { display: flex; flex-direction: column; gap: spaceXXSmall; }