update marketing page

This commit is contained in:
2024-01-31 16:02:26 +07:00
parent caef156a05
commit 7a11011330
8 changed files with 423 additions and 212 deletions

View File

@@ -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;
@@ -821,6 +821,15 @@ input[type=radio]:focus:before {
background-position: -145px -82px;
}
.td-top td {
vertical-align: top;
}
.td-border-0 td {
border: 0;
padding: 3px 0;
}
.order-detail-page .icon-edit {
border: transparent;
background-color: transparent;
@@ -880,10 +889,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;