@import '../variables';

.button-group {
  display: inline-block;
  padding: 10px 8px;
  border-radius: 18px;
  box-shadow: 0 3px 6px 0 rgba(53, 64, 90, 0.2);
  background-color: #ffffff;

  .children {
    display: inline-block;
    border-right: 1px solid #c6cbda;
    padding: 0 8px;
    font-size: 14px;
    font-weight: $font-weight-semibold;
    color: #0064d2;
    cursor: pointer;

    &:last-child {
      border-right: none;
    }
  }
}
