update customer
This commit is contained in:
@@ -496,10 +496,9 @@ a {
|
||||
}
|
||||
.admin-menu .icon-close {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: -30px;
|
||||
height: 34px;
|
||||
width: 30px;
|
||||
top: 0;
|
||||
right: -40px;
|
||||
width: 40px;
|
||||
display: block;
|
||||
background-color: rgb(0 78 153/var(--tw-bg-opacity));
|
||||
}
|
||||
@@ -507,8 +506,7 @@ a {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
line-height: 20px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.admin-content-container {
|
||||
@@ -629,8 +627,8 @@ input[type=radio]:before {
|
||||
border-radius: 100%;
|
||||
border: 1.5px solid #0041e8;
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: -0.2em;
|
||||
margin-right: 1em;
|
||||
@@ -641,7 +639,7 @@ input[type=radio]:before {
|
||||
}
|
||||
input[type=radio]:checked:before {
|
||||
background-color: #0041e8;
|
||||
box-shadow: inset 0 0 0 4px #fff;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
input[type=radio]:focus:before {
|
||||
outline: none;
|
||||
@@ -766,6 +764,9 @@ input[type=radio]:focus:before {
|
||||
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
|
||||
text-align: left;
|
||||
}
|
||||
.order-page .order-page-table td * {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
@@ -787,13 +788,12 @@ input[type=radio]:focus:before {
|
||||
.order-page-table thead td {
|
||||
padding: 8px;
|
||||
}
|
||||
.order-page-table tr:hover {
|
||||
background: #f5f7ff;
|
||||
}
|
||||
.order-page-table td {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.order-page-table td * {
|
||||
display: inline-block;
|
||||
}
|
||||
.order-page-table select {
|
||||
border-radius: 4px;
|
||||
@@ -880,10 +880,6 @@ input[type=radio]:focus:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.marketing-coupon-page .order-page-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.table-brand th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
@@ -927,4 +923,26 @@ input[type=radio]:focus:before {
|
||||
.table-list-customer td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.table-comment th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.table-comment td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.list-info-reply th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.list-info-reply td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -485,18 +485,16 @@ a {
|
||||
}
|
||||
.icon-close {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: -30px;
|
||||
height: 34px;
|
||||
width: 30px;
|
||||
top: 0;
|
||||
right: -40px;
|
||||
width: 40px;
|
||||
display: block;
|
||||
background-color: rgb(0 78 153 / var(--tw-bg-opacity));
|
||||
i {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
line-height: 20px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -624,8 +622,8 @@ input[type="radio"] {
|
||||
border-radius: 100%;
|
||||
border: 1.5px solid #0041e8;
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: -0.2em;
|
||||
margin-right: 1em;
|
||||
@@ -638,7 +636,7 @@ input[type="radio"] {
|
||||
&:checked {
|
||||
&:before {
|
||||
background-color: #0041e8;
|
||||
box-shadow: inset 0 0 0 4px #fff;
|
||||
box-shadow: inset 0 0 0 3px #fff;
|
||||
}
|
||||
}
|
||||
&:focus {
|
||||
@@ -783,6 +781,9 @@ input[type="radio"] {
|
||||
&:nth-child(10) {
|
||||
text-align: left;
|
||||
}
|
||||
* {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -805,13 +806,14 @@ input[type="radio"] {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
tr {
|
||||
&:hover {
|
||||
background: #f5f7ff;
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 10px;
|
||||
border: 1px solid #ececec;
|
||||
text-transform: capitalize;
|
||||
* {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
select {
|
||||
border-radius: 4px;
|
||||
@@ -898,12 +900,6 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.marketing-coupon-page {
|
||||
.order-page-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.table-brand {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
@@ -954,3 +950,29 @@ input[type="radio"] {
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
.table-comment {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
.list-info-reply {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
white-space: nowrap;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user