@import "mixins/mixins";
@import "common/var";

@include b(bio-svg) {
  .svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }

  .svg-p[disabled = 'disabled'] {
    color: #999 !important;
    cursor: not-allowed !important;
    &:hover {
      color: #999 !important;
      cursor: not-allowed !important;
    }
  }
}
