추가이미지 / css 수정 / 결제 정보 수정
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@charset "utf-8";
|
||||
@import 'reset.css';
|
||||
@import 'fonts.css';
|
||||
@import 'safearea.css';
|
||||
|
||||
:root {
|
||||
|
||||
@@ -5681,6 +5680,7 @@ ul.txn-amount-detail li span:last-child {
|
||||
.inq-form {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.inq-field {
|
||||
display: grid;
|
||||
grid-template-columns: 90px 1fr;
|
||||
@@ -5688,17 +5688,20 @@ ul.txn-amount-detail li span:last-child {
|
||||
gap: 10px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.inq-label {
|
||||
font-size: var(--fs-16);
|
||||
font-weight: var(--fw-500);
|
||||
color: var(--color-2D3436);
|
||||
}
|
||||
|
||||
.inq-label .red, .inq-text-label .red { color: var(--color-EB5757); }
|
||||
.inq-control input,
|
||||
.inq-control select {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.inq-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -5706,11 +5709,13 @@ ul.txn-amount-detail li span:last-child {
|
||||
padding: 0 0 30px 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.inq-text-label {
|
||||
font-size: var(--fs-16);
|
||||
font-weight: var(--fw-500);
|
||||
color: var(--color-2D3436);
|
||||
}
|
||||
|
||||
.inq-text-body textarea {
|
||||
width: 100%;
|
||||
min-height: 150px;
|
||||
|
||||
Reference in New Issue
Block a user