@use 'ej2-base/styles/common/mixin' as *;
@include export-module('check-box-bootstrap-icons') {
  .e-checkbox-wrapper,
  .e-css.e-checkbox-wrapper {
    @at-root {
      & .e-check {
        &::before {
          content: '\e21d';
        }
      }

      & .e-stop {
        &::before {
          content: '\e99f';
        }
      }
    }
  }
}
