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

@@ -4,11 +4,7 @@
box-sizing: border-box;
}
button,
input,
select {
outline: none !important;
color: #000;
border-radius: 0;
cursor: pointer;
}
button,
@@ -20,10 +16,12 @@ input,
optgroup,
select,
textarea {
outline: none;
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: #000;
border-radius: 0;
}
input::-webkit-outer-spin-button,
@@ -357,6 +355,7 @@ a {
&:nth-child(n + 10) {
.sub-menu {
top: unset;
bottom: -45px;
}
}
}
@@ -753,6 +752,15 @@ input[type="radio"] {
}
/* 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.10);
}
.order-page {
.order-page-title {
a {
@@ -795,9 +803,6 @@ input[type="radio"] {
line-height: 20px;
a {
color: #0041e8;
&:hover {
text-decoration: underline;
}
}
table {
width: 100%;
@@ -811,15 +816,19 @@ input[type="radio"] {
padding: 8px;
}
}
tr {
&:hover {
background: #f5f7ff;
tbody {
td {
vertical-align: top;
}
}
tr {
&:hover {
background: #f5f7ff;
}
}
}
td {
padding: 10px;
border: 1px solid #ececec;
vertical-align: top;
}
select {
border-radius: 4px;
@@ -990,3 +999,21 @@ input[type="radio"] {
border: 1px solid #ececec;
}
}
.modal{
.order-page-table {
td{
vertical-align: middle;
}
}
.brand-letters {
a{
width: calc(100% / 9);
text-transform: capitalize;
color: #0041E8;
&:hover{
text-decoration: underline;
}
}
}
}