@import "mixins/mixins";
@import "common/var";

.bio-font {
  font-size: inherit;
}
.bio-font[disabled = 'disabled'] {
  color: #999 !important;
  cursor: not-allowed !important;
  &:hover {
    color: #999 !important;
    cursor: not-allowed !important;
  }
}

.bio-icon__delete {
  &:hover {
    color: #F56C6C !important;
  }
}
