.button { } .button--inline { all: unset; display: inline-block; cursor: pointer; font-weight: bolder; font-size: 1em; padding: 0 0.5em; } .button--danger { background-color: red; color: white; }