Refactor CSS and HTML for improved styling and readability
- Updated common.scss to enhance spacing and formatting for better consistency. - Added a new class for responsive design in common.scss. - Modified coupon-list_new.html to include a comment for expired coupons. - Improved text formatting in event-view.html for better readability and user experience.
This commit is contained in:
@@ -439,7 +439,7 @@
|
||||
<div class="popInner">
|
||||
<div class="content">
|
||||
<p>
|
||||
<span>안녕하세요!<br>쿠폰을 다운로드하시려면 로그인이 필요합니다.<br>먼저 로그인을 해 주세요!</span>
|
||||
<span>안녕하세요!<br>쿠폰을 다운로드하시려면 <br class="br-m">로그인이 필요합니다.<br>먼저 로그인을 해 주세요!</span>
|
||||
</p>
|
||||
<div class="carswBtn">
|
||||
<div class="towButton">
|
||||
@@ -454,7 +454,7 @@
|
||||
<div class="popInner">
|
||||
<div class="content">
|
||||
<p>
|
||||
<span>축하합니다!<br>쿠폰 다운로드가 완료되었습니다.<br>마이페이지에서 확인하실 수 있으니 즐거운 혜택을 누리세요!</span>
|
||||
<span>축하합니다!<br>쿠폰 다운로드가 완료되었습니다.<br>마이페이지에서 확인하실 수 있으니 <br>즐거운 혜택을 누리세요!</span>
|
||||
</p>
|
||||
<div class="carswBtn">
|
||||
<div class="towButton">
|
||||
@@ -470,7 +470,7 @@
|
||||
<div class="popInner">
|
||||
<div class="content">
|
||||
<p>
|
||||
<span>다운로드 가능한 쿠폰 개수를 초과했습니다.<br>추후 더 많은 혜택이 있는 이벤트를 준비할 예정이니 기대해 주세요!</span>
|
||||
<span>다운로드 가능한 쿠폰 개수를 <br class="br-m">초과했습니다.<br>추후 더 많은 혜택이 있는 이벤트를 <br class="br-m">준비할 예정이니 <br class="br-pc">기대해 주세요!</span>
|
||||
</p>
|
||||
|
||||
<div class="carswBtn">
|
||||
@@ -486,7 +486,7 @@
|
||||
<div class="content">
|
||||
|
||||
<p>
|
||||
<span>안타깝게도 쿠폰의 유효 기간이 만료되어 다운로드가 불가능합니다.<br>추후 더 많은 혜택이 있는 이벤트를 준비할 예정이니 기대해 주세요!</span>
|
||||
<span>안타깝게도 쿠폰의 유효 기간이 만료되어<br> 다운로드가 불가능합니다.<br>추후 더 많은 혜택이 있는 이벤트를 <br class="br-m">준비할 예정이니 <br class="br-pc">기대해 주세요!</span>
|
||||
</p>
|
||||
<div class="carswBtn">
|
||||
<div class="oneButton">
|
||||
|
||||
Reference in New Issue
Block a user