@class-prefix-button: ~'zbx-button';

:root .@{class-prefix-button} {
  --border-radius: 20px;

  box-sizing: border-box;
  height: 40px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 16px;
  &.adm-button-disabled {
    color: #999;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    opacity: 1;
  }
  &.adm-button-small {
    --border-radius: 16px;

    height: 32px;
  }
  &.adm-button-large {
    --border-radius: 24px;

    height: 48px;
  }
}
