{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfBadge.scss"],"names":[],"mappings":"AAEE,WAAA,wBAAA,CAAA,oBAAA,CAAA,mBAAA,CAAA,iBAAA,CAGE,oBAAA,oBAAA,CAAA,qBAAA,CAAA,wBAAA,CAAA,qBAAA,CAAA,mBAAA,CAAA,iBAAA,CAAA,OAAA,CAAA,KAAA,CAAA,6LAAA,CAGE,oCAAA,UAAA,CAAA,QAAA,CAGA,yCAAA,eAAA,CAKF,kBAAA,qBAAA,CAIA,iBAAA,aAAA,CAAA,eAAA,CAAA,eAAA,CAAA,sBAAA,CAIA,gBAAA,cAAA,CAAA,aAAA","file":"VsfBadge.css","sourcesContent":[".vsf-badge {\n  $self: &;\n  @apply relative inline-flex bg-inherit rounded-full;\n\n  &__wrapper {\n    @apply rounded-[inherit] absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 bg-inherit pointer-events-none;\n\n    #{$self}--dot & {\n      @apply -top-px -right-px;\n    }\n    #{$self}--bordered & {\n      @apply p-0.5;\n    }\n  }\n\n  &__badge {\n    @apply rounded-[inherit];\n  }\n\n  &__base {\n    @apply py-0.5 px-1 text-3xs font-medium;\n  }\n\n  &__dot {\n    @apply w-2.5 h-2.5;\n  }\n}\n"]}