We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<div className={cx("get-point")} onClick={this.ROUTE.goRecommend}> <div className={cx("point_link")}> <span className={cx("point_link__text")}> {parser(`로렘렘렘 <b>로렘렘 로렘렘</b> 로렘로렘,<b> 로렘렘</b> 로렘!`)} </span> </div> </div> </div>
.point_link { display: flex; justify-content: center; align-items: center; border-radius: 20px; height: 40px; text-align: center; font-size: 14px; color: white; background-image: linear-gradient(275deg, #8aa1d4 74%, #6c6c80 100%); &__text { // display: block; margin-left: -20px; &:before { content: ""; vertical-align: middle; margin-top: -7px; display: inline-block; width: 51px; height: 36px; background: url(//res.tutoring.co.kr/res/images/pay/point/img_coffee_bnr.png?) no-repeat; background-size: 100%; } } @media screen and (max-width: 359px) { &__text { margin-left: 0; &:before { content: none; } } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
이슈
의심가는 사항들
The text was updated successfully, but these errors were encountered: