@import "~@alifd/theme-retailforce/variables.scss";

.halo-table-list {
  padding: 15px 10px;
  .halo-table-list-add {
    padding-bottom: 15px;
    button {
      margin-right: 10px;
    }
  }

  .halo-table-list-table {
    .opt {
      button {
        margin-right: 5px;
      }
    }
  }

  .halo-table-list-total {
    color: #4A5B6D;
    font-size: 12px;
    span {
      padding:0 3px;
      color: #5584FF;
    }
  }

  .halo-table-list-table-footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 0px;
  }
}
