51 lines
551 B
CSS
51 lines
551 B
CSS
#myorders_table, #carousel_table, #product_table {
|
|
width: 100%;
|
|
}
|
|
|
|
#order_details_table {
|
|
width: 45%;
|
|
}
|
|
|
|
#details_summary {
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
#price_total {
|
|
color:red;
|
|
font-size:1.4em
|
|
}
|
|
|
|
#add_to_order {
|
|
font-size:1.5em;
|
|
}
|
|
|
|
#prod_list_img {
|
|
height: 150px;
|
|
}
|
|
|
|
#prod_card {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
#carouselpls {
|
|
padding-bottom: 3em;
|
|
}
|
|
|
|
.btn-facebook {
|
|
background: #172d5e;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-twitter {
|
|
background: #043d52;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-github {
|
|
background: #666666;
|
|
color: #fff;
|
|
}
|
|
|
|
.maxHeightCarousel {
|
|
max-height: 360px;
|
|
} |