// We added button-small class for the Claro theme UX definitions.
// We therefore need to reset small button styles for the Seven theme.
.no-touchevents {
  // Need to be more specific in order to override Seven's definition.
  .button.button--small {
    padding: 4px 1.5em;
    font-size: 0.875rem;
  }
}
