06/03/2024 9h21
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user