@import "../style/colors";

$spacerBackgroundColor: rgba(54, 68, 79, 0.05);
.la-page-title {
  width: 100%;
  height: 132px;
  padding: 39px 120px 39px 0;
  display: flex;
  align-items: center;

  & la-text {
    margin-right: auto;
    margin-left: 8px;
  }

  & .la-button {
    margin-right: 16px;
    margin-left: 0;
  }

  & .la-round-button {
    margin-right: 16px;
    margin-left: 0;
  }

  & la-button :last-child {
    margin-right: 0;
    margin-left: 0;
  }

  & la-round-button:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  /* container defines the look of the spacer */
  & .la-spacer {
    height: 44px;
    width: 2px;
    background: $spacerBackgroundColor;
    margin-right: 16px;
    margin-left: 0;
  }
}
