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

.button {
  border: 1px solid gray;
  background: lightgray;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.button,
.image-button {
  margin-right: 1em;
  margin-left: 1em;
}
.button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}
