@use "@progress/kendo-theme-core/scss/components/smart-box/_theme.scss" as *;


@mixin kendo-smart-box--theme() {
    @include kendo-smart-box--theme-base();

    .k-smart-box {
        .k-input-prefix,
        .k-input-suffix {
            background: transparent;
        }
    }
}
