@charset "utf-8";
@import "../../../static/scss/ionic/helpers/index";

.gesture-wrap{
  margin-top:25px;
}

.gesture-view{
  width: 40px;
  margin:0 auto 10px;
  @include display-flex();
  @include justify-content(center);
  @include flex-wrap(wrap);
}

.gesture-dot{
  width:8px;
  height:8px;
  margin:2px;
  @include border-radius(50%);
}

.gesture-tips{
  font-size:13px;
  text-align: center;
  margin-bottom:-5px;
  height:15px;
}

.bd-gray{
  @include border(1px,solid,$gray);
}

.bd-primary{
  @include border(1px,solid,$primary);
}

.bg-primary{
  background-color: $primary;
}
