@import 'src/styles/variables'; .container { min-height: $info_height; border-radius: $radius; display: flex; align-items: center; justify-content: center; font: $font_14_regular; line-height: 1.2em; padding: $gap; background: $gray_90; &:global(.danger) { color: white; background: $content_bg_danger; } &:global(.warning) { color: white; background: $content_bg_danger; } &:global(.primary) { color: white; background: $content_bg_danger; } }