@import '../styles/index';

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 40px;
  padding: 20px 0;
}

.item {
  height: 88px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  &:active {
    background-color: #e2e2e2;
  }
}

.line {
  height: 1px;
  width: 100%;
  background: linear-gradient(#fff, #e2e2e2, #fff);
}

.cancel {
  .item;
  border-top: 14px solid #e2e2e2;
  color: @brand-primary;
}
