06/03/2024 9h21

This commit is contained in:
2024-03-06 09:21:29 +07:00
64 changed files with 2948 additions and 478 deletions

BIN
assets/images/brand-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -735,10 +735,17 @@ input[type=radio]:focus:before {
height: 16px;
background-position: -224px -88px;
}
<<<<<<< HEAD
.icons.icon-upload {
background-position: -2px -43px;
transform: rotate(-90deg);
filter: invert(60%) sepia(90%) saturate(6183%) hue-rotate(228deg) brightness(92%) contrast(101%);
=======
.icons.icon-feature {
width: 18px;
height: 16px;
background-position: -259px -88px;
>>>>>>> d5bd7d294839388ff76068a174b4639863c23dca
}
.admin-header-container .menu-hide {
@@ -751,7 +758,7 @@ input[type=radio]:focus:before {
height: 36px;
padding: 0 10px;
border-radius: 4px;
border: 1px solid #D8D8D8;
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@@ -974,14 +981,185 @@ input[type=radio]:focus:before {
border: 1px solid #ececec;
}
.table-list-category td {
padding: 6px 5px;
border: 1px solid #ececec;
}
.table-list-category a {
color: #0041e8;
}
.input-file {
position: relative;
}
.input-file input {
opacity: 0;
}
.input-file .title {
position: absolute;
top: 0;
left: 10px;
display: flex;
align-items: center;
}
.input-file .btn-input-file {
width: 120px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 4px;
border: 1px solid #0041e8;
color: #0041e8;
cursor: pointer;
margin-right: 10px;
}
.input-file .btn-input-file:hover {
background: #0041e8;
color: #fff;
}
.modal .order-page-table td {
vertical-align: middle;
}
.modal .brand-letters a {
width: 11.1111111111%;
text-transform: capitalize;
color: #0041E8;
color: #0041e8;
}
.modal .brand-letters a:hover {
text-decoration: underline;
}
.table-brand th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
.table-brand td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-attribute th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
.table-attribute td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-attribute a {
color: #0041e8;
}
.table-attribute .status {
width: 106px;
display: block;
height: 20px;
border: 1px solid gray;
font-size: 12px;
font-weight: 700;
text-align: center;
color: gray;
border-radius: 50px;
background: #fff;
}
.table-attribute .status.on {
border: 1px solid #6dc580;
color: #03781d;
background: #f0f9f2;
}
.table-attribute .status.off {
border: 1px solid red;
color: red;
background: rgb(255, 245, 245);
}
.table-value th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-value td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-config-group th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-config-group td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-config-group a {
color: #0041e8;
}
.table-config-pro th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-config-pro td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-config-pro .name {
color: #0041e8;
}
.table-addon th,
.table-spec th,
.spec-info th,
.table-list-competitor th,
.table-customer-group th,
.table-review th,
.table-newsletter th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
.table-addon td,
.table-spec td,
.spec-info td,
.table-list-competitor td,
.table-customer-group td,
.table-review td,
.table-newsletter td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.table-addon .name,
.table-spec .name,
.spec-info .name,
.table-list-competitor .name,
.table-customer-group .name,
.table-review .name,
.table-newsletter .name {
color: #0041e8;
}
.input-date {
position: relative;
}
.input-date::before {
position: absolute;
top: 50%;
right: 15px;
transform: translate(0, -50%);
content: "\f133";
font-family: "Font Awesome 6 Free";
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -748,6 +748,11 @@ input[type="radio"] {
transform: rotate(-90deg);
filter: invert(60%) sepia(90%) saturate(6183%) hue-rotate(228deg) brightness(92%) contrast(101%);
}
&.icon-feature {
width: 18px;
height: 16px;
background-position: -259px -88px;
}
}
.admin-header-container {
@@ -762,8 +767,8 @@ input[type="radio"] {
height: 36px;
padding: 0 10px;
border-radius: 4px;
border: 1px solid #D8D8D8;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.order-page {
@@ -827,7 +832,7 @@ input[type="radio"] {
background: #f5f7ff;
}
}
}
}
td {
padding: 10px;
border: 1px solid #ececec;
@@ -875,8 +880,8 @@ input[type="radio"] {
right: 10px !important;
color: #9e9e9e !important;
}
.td-border-0{
td{
.td-border-0 {
td {
border: 0 !important;
padding: 3px 0;
width: auto;
@@ -1010,20 +1015,192 @@ input[type="radio"] {
}
}
.modal{
.table-list-category {
td {
padding: 6px 5px;
border: 1px solid #ececec;
}
a {
color: #0041e8;
}
}
.input-file {
position: relative;
input {
opacity: 0;
}
.title {
position: absolute;
top: 0;
left: 10px;
display: flex;
align-items: center;
}
.btn-input-file {
width: 120px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 4px;
border: 1px solid #0041e8;
color: #0041e8;
cursor: pointer;
margin-right: 10px;
&:hover {
background: #0041e8;
color: #fff;
}
}
}
.modal {
.order-page-table {
td{
td {
vertical-align: middle;
}
}
.brand-letters {
a{
a {
width: calc(100% / 9);
text-transform: capitalize;
color: #0041E8;
&:hover{
color: #0041e8;
&:hover {
text-decoration: underline;
}
}
}
}
}
.table-brand {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}
.table-attribute {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
a {
color: #0041e8;
}
.status {
width: 106px;
display: block;
height: 20px;
border: 1px solid gray;
font-size: 12px;
font-weight: 700;
text-align: center;
color: gray;
border-radius: 50px;
background: #fff;
&.on {
border: 1px solid #6dc580;
color: #03781d;
background: #f0f9f2;
}
&.off {
border: 1px solid red;
color: red;
background: rgb(255, 245, 245);
}
}
}
.table-value {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}
.table-config-group {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
a {
color: #0041e8;
}
}
.table-config-pro {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}
.table-addon,
.table-spec,
.spec-info,
.table-list-competitor,
.table-customer-group,
.table-review,
.table-newsletter {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
text-align: left;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
.name {
color: #0041e8;
}
}
.input-date {
position: relative;
&::before {
position: absolute;
top: 50%;
right: 15px;
transform: translate(0, -50%);
content: "\f133";
font-family: "Font Awesome 6 Free";
}
}