과금 페이지 수정
This commit is contained in:
@@ -11947,6 +11947,7 @@ select.form-control {
|
||||
border: 1px solid #E2E8F0;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.form-inline {
|
||||
@@ -12132,35 +12133,55 @@ select.form-control {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
.commission-print-page {
|
||||
body.commission-print-page {
|
||||
font-size: 12px;
|
||||
}
|
||||
.commission-print-page body {
|
||||
width: 600px;
|
||||
margin: 90px;
|
||||
font-family: "Noto Sans KR", -apple-system, sans-serif;
|
||||
}
|
||||
.commission-print-page table {
|
||||
body.commission-print-page div {
|
||||
position: relative;
|
||||
}
|
||||
body.commission-print-page table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.commission-print-page table th,
|
||||
.commission-print-page table td {
|
||||
body.commission-print-page table th,
|
||||
body.commission-print-page table td {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.commission-print-page table tr {
|
||||
body.commission-print-page table tr {
|
||||
font-size: 12px;
|
||||
}
|
||||
.commission-print-page h1 {
|
||||
body.commission-print-page h1 {
|
||||
text-align: center;
|
||||
}
|
||||
.commission-print-page h1 img {
|
||||
body.commission-print-page h1 img {
|
||||
width: 300px;
|
||||
}
|
||||
.commission-print-page h2 {
|
||||
body.commission-print-page h2 {
|
||||
margin-top: 40px;
|
||||
float: left;
|
||||
}
|
||||
.commission-print-page p {
|
||||
body.commission-print-page p {
|
||||
line-height: 1.6;
|
||||
}
|
||||
body.commission-print-page p[style*="float: right"] {
|
||||
margin-top: 25px;
|
||||
}
|
||||
body.commission-print-page .btn {
|
||||
padding: 8px 16px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
body.commission-print-page .btn-primary {
|
||||
background: #667eea;
|
||||
color: white;
|
||||
}
|
||||
body.commission-print-page .btn-primary:hover {
|
||||
background: #5a67d8;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1280px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user