Added style for /month text

This commit is contained in:
PCoder 2017-08-24 12:54:12 +05:30
parent 75da4a7711
commit 2ae88ae287

View file

@ -536,6 +536,13 @@ a.unlink:hover {
.dcl-order-table-total .tbl-total {
text-align: center;
color: #000;
padding-left: 44px;
}
.tbl-total .dcl-price-month {
font-size: 16px;
text-transform: capitalize;
color: #000;
}
.tbl-no-padding {
@ -782,4 +789,4 @@ a.list-group-item-danger.active:focus {
}
.panel-danger > .panel-heading .badge {
background-color: #eb4d5c;
}
}