marketing/coupon

This commit is contained in:
2024-01-31 10:38:38 +07:00
16 changed files with 815 additions and 715 deletions

View File

@@ -496,9 +496,9 @@ a {
}
.admin-menu .icon-close {
position: absolute;
top: 0;
top: 12px;
right: -30px;
height: 30px;
height: 34px;
width: 30px;
display: block;
background-color: rgb(0 78 153/var(--tw-bg-opacity));
@@ -516,6 +516,7 @@ a {
}
.admin-content-container.show-large-menu {
width: 82%;
margin-left: 0;
}
.admin-content-container .note-list {
min-width: 144px;
@@ -881,4 +882,14 @@ input[type=radio]:focus:before {
.marketing-coupon-page .order-page-table td {
vertical-align: top;
}
.table-brand th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
}
.table-brand td {
padding: 7px 6px;
border: 1px solid #ececec;
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -484,9 +484,9 @@ a {
}
.icon-close {
position: absolute;
top: 0;
top: 12px;
right: -30px;
height: 30px;
height: 34px;
width: 30px;
display: block;
background-color: rgb(0 78 153 / var(--tw-bg-opacity));
@@ -503,6 +503,7 @@ a {
width: calc(100% - 50px);
&.show-large-menu {
width: 82%;
margin-left: 0;
}
.note-list {
min-width: 144px;
@@ -900,4 +901,16 @@ input[type="radio"] {
.order-page-table td {
vertical-align: top;
}
}
}
.table-brand {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}