.button--barred {
  font-size: 0.7rem;
  line-height: 1.71429;
  -webkit-transition: background-color 0.15s ease-in-out 0s;
  transition: background-color 0.15s ease-in-out 0s;
  background-color: transparent;
  box-shadow: 0 3px 0 0 #57a039 inset, 0 -3px 0 0 #57a039 inset;
  color: #151515; }
  .button--barred:hover {
    background-color: #eaf1e6; }
