@import "flive-vars";

.base {
  padding: 29px 0;
}
.primary {
}

.band {
  composes: base;
}

.column {

}
.row, .dash-lagoon, dash-night-blue, .dash-grey {
  border-bottom: 1px solid $flive-dark-grey;
  display: flex;
}
.dash-white {
  border-bottom: none;
}
.background-white {
  background: #fff;
}
