.Button{font-size:16px;padding:5px 20px;border:0;border-radius:2px;height:36px;display:inline-flex;align-items:center;line-height:0;background-color:var(--theme-font-color);color:#fff;cursor:pointer;font-weight:700}.Button.danger{background-color:var(--theme-danger)}.Button.highlight{background-color:var(--theme-highlight)}.Button[disabled]{pointer-events:none;background-color:var(--theme-disabled)}
