
.nut-button-disabled { 
  opacity: .4;
}

.nut-button-none {
  border: transparent !important;
}

.nut-button-dashed {
  border: $button-border-width dashed;
}

.nut-button-solid.nut-button-disabled {
  color: $white !important;
}


.mj-button {
  &-mini, &-small {
    &-default {
      border-radius: $radius-1 !important;
    }
  }

  &-normal, &-large, &-xlarge {
    &-default {
      border-radius: $radius-2 !important;
    }
  }
}