@import '../../../core/src/style/variables';

.bom-actions {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;

  &-col {
    padding: 0 5px;
    &:first-child {
      padding: 0;
    }
    button {
      font-size: small;
      font-weight: normal;
      text-transform: capitalize;
      padding: 0;
      wpt-icon:before {
        font-size: large;
      }
    }
  }
}
