design fixes

This commit is contained in:
Arvind Tiwari 2017-09-21 19:17:10 +05:30
commit a16dbb50d8
4 changed files with 32 additions and 16 deletions

View file

@ -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;
}
}