/**
 * @file
 * Visual styles for buttons.
 */

.button,
.image-button {
  margin-right: 1em;
}
.button:last-child,
.image-button:last-child {
  margin-right: 0;
}
