update order page
This commit is contained in:
@@ -711,41 +711,13 @@ input[type=radio]:focus:before {
|
||||
color: #fff;
|
||||
}
|
||||
.order-page .order-page-table {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.order-page .order-page-table a {
|
||||
color: #0041E8;
|
||||
}
|
||||
.order-page .order-page-table a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.order-page .order-page-table table {
|
||||
width: 100%;
|
||||
}
|
||||
.order-page .order-page-table thead {
|
||||
background: #F6F6F6;
|
||||
font-weight: 600;
|
||||
}
|
||||
.order-page .order-page-table thead td {
|
||||
padding: 8px;
|
||||
}
|
||||
.order-page .order-page-table td {
|
||||
padding: 14px 8px;
|
||||
border: 1px solid #ECECEC;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.order-page .order-page-table td * {
|
||||
display: inline-block;
|
||||
}
|
||||
.order-page .order-page-table select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D8D8D8;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
height: 32px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
.order-page .order-page-table .icons {
|
||||
width: 30px;
|
||||
@@ -764,6 +736,43 @@ input[type=radio]:focus:before {
|
||||
background-position: -145px -82px;
|
||||
}
|
||||
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
}
|
||||
.order-page-table a {
|
||||
color: #0041E8;
|
||||
}
|
||||
.order-page-table a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.order-page-table table {
|
||||
width: 100%;
|
||||
}
|
||||
.order-page-table thead {
|
||||
background: #F6F6F6;
|
||||
font-weight: 600;
|
||||
}
|
||||
.order-page-table thead td {
|
||||
padding: 8px;
|
||||
}
|
||||
.order-page-table td {
|
||||
padding: 10px;
|
||||
border: 1px solid #ECECEC;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.order-page-table td * {
|
||||
display: inline-block;
|
||||
}
|
||||
.order-page-table select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D8D8D8;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
height: 32px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.paging {
|
||||
margin: 30px 0;
|
||||
display: flex;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -726,40 +726,14 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
a{
|
||||
color: #0041E8;
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
table{
|
||||
width: 100%;
|
||||
}
|
||||
thead {
|
||||
background: #F6F6F6;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
thead {
|
||||
td{
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
td{
|
||||
padding: 14px 8px;
|
||||
border: 1px solid #ECECEC;
|
||||
text-transform: capitalize;
|
||||
*{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D8D8D8;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
height: 32px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
.icons {
|
||||
width: 30px;
|
||||
@@ -778,6 +752,42 @@ input[type="radio"] {
|
||||
background-position: -145px -82px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.order-page-table {
|
||||
line-height: 20px;
|
||||
a{
|
||||
color: #0041E8;
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
table{
|
||||
width: 100%;
|
||||
}
|
||||
thead {
|
||||
background: #F6F6F6;
|
||||
font-weight: 600;
|
||||
td{
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
td{
|
||||
padding: 10px;
|
||||
border: 1px solid #ECECEC;
|
||||
text-transform: capitalize;
|
||||
*{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
select {
|
||||
border-radius: 4px;
|
||||
border: 1px solid #D8D8D8;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
height: 32px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
}
|
||||
.paging {
|
||||
|
||||
Reference in New Issue
Block a user