@import '../helpers/color';

.justify-content-center {
  justify-content: center;
}

.align-items-start {
  align-items: flex-start !important; // scss-lint:disable ImportantRule
}

.clickable {
  cursor: pointer;
}

// .button:hover .fa {
//   color: $primary;
// }

.ember-tooltip {
  z-index: 101;
}

.justify-content-left {
  justify-content: flex-start !important; // scss-lint:disable ImportantRule
}
