design fixes
This commit is contained in:
parent
db3955ab94
commit
a16dbb50d8
4 changed files with 32 additions and 16 deletions
|
|
@ -2,6 +2,10 @@
|
|||
max-width: 600px;
|
||||
margin: 100px auto 40px;
|
||||
border: 1px solid #ccc;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
@media(min-width: 768px) {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -42,9 +46,8 @@
|
|||
right: 0;
|
||||
}
|
||||
.order-detail-container .dashboard-container-options .svg-img {
|
||||
height: 20px;
|
||||
/* margin-right: 5px; */
|
||||
width: 20px;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.order-detail-container .order-details {
|
||||
|
|
@ -52,7 +55,7 @@
|
|||
}
|
||||
|
||||
.order-detail-container .order-details strong {
|
||||
color: #777;
|
||||
color: #595959;
|
||||
}
|
||||
|
||||
.order-detail-container h4 {
|
||||
|
|
@ -75,4 +78,13 @@
|
|||
text-align: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
.order-detail-container .dashboard-container-options {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: -4px;
|
||||
}
|
||||
.order-detail-container .dashboard-container-options .svg-img {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue