@import '../../imports';

.filter-menu {
  .button-bar {
    margin-top: 12px;

    button {
      min-width: 70px;

      &:not(:last-child) {
        margin-right: 6px;
      }
    }
  }
}
