{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfNavbarBottom.scss"],"names":[],"mappings":"AAEE,mBAAA,QAAA,CAAA,MAAA,CAAA,cAAA,CAAA,UAAA,CAGE,6BAAA,iBAAA,CAMI,+EAAA,YAAA,CAIA,iFAAA,aAAA,CAMF,qEAAA,iBAAA,CAAA,mBAAA,CAAA,oDAAA,CAAA,6CAAA,CAAA,wCAAA,2EAAA,iBAAA,CAAA,mBAAA,CAAA,oDAAA,CAAA,6CAAA,CAAA,CAGE,yJAAA,iBAAA,CAAA,mBAAA,CAAA,mDAAA,CAAA,6CAAA,CAMJ,yBAAA,mBAAA,CAAA,YAAA,CAAA,kBAAA,CAIA,wBAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,2CAAA,CAAA,WAAA,CAAA,WAAA,CAAA,qBAAA,CAAA,kBAAA,CAAA,wCAAA,8BAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,2CAAA,CAAA,CAGE,+DAAA,iBAAA,CAAA,mBAAA,CAAA,sDAAA,CAAA,0CAAA,CAIA,iCAAA,kBAAA,CAAA,wBAAA,CAAA,YAAA,CAAA,qBAAA,CAAA,sBAAA,CAAA,eAAA,CAAA,iBAAA,CAIA,8BAAA,wBAAA,CAAA,mBAAA,CAAA,WAAA,CAIA,+BAAA,gBAAA,CAAA,eAAA,CAAA,gBAAA,CAAA,kBAAA","file":"VsfNavbarBottom.css","sourcesContent":[".vsf-navbar-bottom {\n  $self: &;\n  @apply bottom-0 w-full left-0 fixed;\n\n  &--absolute {\n    @apply absolute;\n  }\n\n  &#{&}--no-labels {\n    #{$self}-item {\n      &__label {\n        @apply hidden;\n      }\n\n      &__content {\n        @apply pt-0;\n      }\n    }\n  }\n  &#{&}--filled {\n    #{$self}-item {\n      @apply bg-primary-700 text-white hover:text-white hover:bg-primary-800 active:text-white active:bg-primary-900;\n\n      &--active {\n        @apply text-white bg-primary-900;\n      }\n    }\n  }\n\n  &__root {\n    @apply flex flex-row items-stretch;\n  }\n\n  &-item {\n    @apply py-1 flex-1 h-full bg-white text-primary-700 hover:text-primary-800 hover:bg-primary-100 active:text-primary-900 active:bg-primary-200;\n\n    &--active {\n      @apply text-primary-900 bg-primary-200;\n    }\n\n    &__content {\n      @apply flex flex-col items-center justify-center min-h-[40px] pt-2 bg-inherit;\n    }\n\n    &__icon {\n      @apply m-auto inline-flex bg-inherit;\n    }\n\n    &__label {\n      @apply font-medium text-xs mt-0.5;\n    }\n  }\n}\n"]}