.gel-btn {
  display: -ms-flexbox;
  display: flex;
}

.gel-btn-inline {
  display: inline-block;
}

.gel-btn-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gel-btn-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.gel-btn-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*# sourceMappingURL=button.css.map */
