marketing

This commit is contained in:
2024-01-30 09:45:34 +07:00
8 changed files with 206 additions and 158 deletions

View File

@@ -702,6 +702,11 @@ input[type=radio]:focus:before {
height: 20px;
background-position: -43px -83px;
}
.icons.icon-edit {
width: 16px;
height: 16px;
background-position: -114px -89px;
}
.admin-header-container .menu-hide {
margin-left: 30px;
@@ -711,13 +716,13 @@ input[type=radio]:focus:before {
.order-page .order-page-title a {
margin: 0 2px 0 0;
border-radius: 4px 4px 0px 0px;
background: #F6F6F6;
background: #f6f6f6;
color: #919699;
font-weight: 500;
padding: 0 24px;
}
.order-page .order-page-title a:hover, .order-page .order-page-title a.current, .order-page .order-page-title a.active {
background: #0041E8;
background: #0041e8;
color: #fff;
}
.order-page .order-page-table {
@@ -737,7 +742,7 @@ input[type=radio]:focus:before {
line-height: 20px;
}
.order-page-table a {
color: #0041E8;
color: #0041e8;
}
.order-page-table a:hover {
text-decoration: underline;
@@ -746,7 +751,7 @@ input[type=radio]:focus:before {
width: 100%;
}
.order-page-table thead {
background: #F6F6F6;
background: #f6f6f6;
font-weight: 600;
text-align: center;
}
@@ -755,7 +760,7 @@ input[type=radio]:focus:before {
}
.order-page-table td {
padding: 10px;
border: 1px solid #ECECEC;
border: 1px solid #ececec;
text-transform: capitalize;
}
.order-page-table td * {
@@ -763,7 +768,7 @@ input[type=radio]:focus:before {
}
.order-page-table select {
border-radius: 4px;
border: 1px solid #D8D8D8;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px;
display: block;
@@ -788,11 +793,11 @@ input[type=radio]:focus:before {
}
.is-close-btn {
background: #ECECEC !important;
background: #ececec !important;
border-radius: 50%;
top: 10px !important;
right: 10px !important;
color: #9E9E9E !important;
color: #9e9e9e !important;
}
.paging {
@@ -811,7 +816,7 @@ input[type=radio]:focus:before {
border-radius: 4px;
}
.paging a:hover, .paging a.current, .paging a.active {
background: #0041E8;
background: #0041e8;
color: #fff;
}
@@ -823,7 +828,7 @@ input[type=radio]:focus:before {
display: inline-block;
}
.global-breadcrumb-container a:hover {
color: #0041E8;
color: #0041e8;
}
.global-breadcrumb-container a::after {
content: "\f054";
@@ -832,7 +837,7 @@ input[type=radio]:focus:before {
margin: 0 5px;
}
.global-breadcrumb-container a:last-child {
color: #0041E8;
color: #0041e8;
}
.global-breadcrumb-container a:last-child::after {
content: none;