.yz-button-container {
  height: 88px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333333;
  &:active {
    opacity: 0.85;
  }
}

.yz-button-primary-text {
  color: #6190E8;
  border-left: solid #ececec 1Px;
}
