2017-09-20 23:06:51 +05:30
|
|
|
.order-detail-container {
|
|
|
|
|
max-width: 600px;
|
2017-09-21 15:03:00 +05:30
|
|
|
margin: 100px auto 40px;
|
2017-09-20 23:06:51 +05:30
|
|
|
border: 1px solid #ccc;
|
2017-09-21 19:17:10 +05:30
|
|
|
padding: 15px;
|
2018-05-11 17:18:19 +05:30
|
|
|
color: #595959;
|
2017-09-21 19:17:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media(min-width: 768px) {
|
2017-09-23 20:30:53 +05:30
|
|
|
.order-detail-container {
|
2017-12-11 00:47:55 +05:30
|
|
|
padding: 30px 30px 20px;
|
2017-09-23 20:30:53 +05:30
|
|
|
}
|
2017-09-20 23:06:51 +05:30
|
|
|
}
|
2016-05-03 00:59:40 -05:00
|
|
|
|
|
|
|
|
.order-detail-container .invoice-title h2, .invoice-title h3 {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .table > tbody > tr > .thick-line {
|
|
|
|
|
border-top: 2px solid;
|
|
|
|
|
}
|
2017-09-21 01:19:38 +05:30
|
|
|
|
|
|
|
|
.order-detail-container .dashboard-title-thin {
|
|
|
|
|
margin-top: 0;
|
2017-09-21 15:03:00 +05:30
|
|
|
margin-left: -3px;
|
2017-09-21 01:19:38 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .dashboard-title-thin .un-icon {
|
|
|
|
|
margin-top: -6px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-21 02:23:08 +05:30
|
|
|
.order-detail-container .dashboard-container-head {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0;
|
2017-09-21 15:03:00 +05:30
|
|
|
margin-bottom: 38px;
|
2017-09-21 02:23:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .dashboard-container-options {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
.order-detail-container .dashboard-container-options .svg-img {
|
2017-09-21 19:17:10 +05:30
|
|
|
height: 22px;
|
|
|
|
|
width: 22px;
|
2017-09-21 15:03:00 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .order-details {
|
2017-12-11 00:47:55 +05:30
|
|
|
margin-bottom: 15px;
|
2017-09-21 15:03:00 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container h4 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
2017-09-21 17:45:12 +05:30
|
|
|
margin-bottom: 10px;
|
2017-09-21 15:03:00 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container p {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container hr {
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-12 02:47:27 +05:30
|
|
|
.order-detail-container .thin-hr {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .subtotal-price {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .subtotal-price .text-primary {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-detail-container .total-price {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-21 15:03:00 +05:30
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
.order-confirm-btn {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2017-09-21 19:17:10 +05:30
|
|
|
.order-detail-container .dashboard-container-options {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 4px;
|
|
|
|
|
right: -4px;
|
|
|
|
|
}
|
|
|
|
|
.order-detail-container .dashboard-container-options .svg-img {
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-12-11 00:47:55 +05:30
|
|
|
|
|
|
|
|
.order_detail_footer {
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order_detail_footer strong {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#virtual_machine_create_form {
|
|
|
|
|
padding: 15px 0;
|
2018-05-07 05:07:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dcl-place-order-text {
|
|
|
|
|
color: #808080;
|
2017-12-11 00:47:55 +05:30
|
|
|
}
|