marketing

This commit is contained in:
2024-02-21 09:53:08 +07:00
parent a7bdbd38fe
commit 200a04e66a
10 changed files with 351 additions and 57 deletions

View File

@@ -6,11 +6,7 @@
}
button,
input,
select {
outline: none !important;
color: #000;
border-radius: 0;
cursor: pointer;
}
@@ -24,10 +20,12 @@ input,
optgroup,
select,
textarea {
outline: none;
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: #000;
border-radius: 0;
}
@@ -370,6 +368,7 @@ a {
}
.admin-menu .item:nth-child(n+10) .sub-menu {
top: unset;
bottom: -45px;
}
.admin-menu .sub-menu {
padding: 10px 22px 10px 15px;
@@ -742,6 +741,15 @@ input[type=radio]:focus:before {
}
/* Bán hàng */
.page-input {
width: 100%;
height: 36px;
padding: 0 10px;
border-radius: 4px;
border: 1px solid #D8D8D8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.order-page .order-page-title a {
margin: 0 2px 0 0;
border-radius: 4px 4px 0px 0px;
@@ -778,9 +786,6 @@ input[type=radio]:focus:before {
.order-page-table a {
color: #0041e8;
}
.order-page-table a:hover {
text-decoration: underline;
}
.order-page-table table {
width: 100%;
}
@@ -793,13 +798,15 @@ input[type=radio]:focus:before {
.order-page-table thead td {
padding: 8px;
}
.order-page-table tr:hover {
.order-page-table tbody td {
vertical-align: top;
}
.order-page-table tbody tr:hover {
background: #f5f7ff;
}
.order-page-table td {
padding: 10px;
border: 1px solid #ececec;
vertical-align: top;
}
.order-page-table select {
border-radius: 4px;
@@ -958,4 +965,16 @@ input[type=radio]:focus:before {
.list-info-reply td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.modal .order-page-table td {
vertical-align: middle;
}
.modal .brand-letters a {
width: 11.1111111111%;
text-transform: capitalize;
color: #0041E8;
}
.modal .brand-letters a:hover {
text-decoration: underline;
}/*# sourceMappingURL=pc_style.css.map */