salix/print/templates/reports/supplier-campaign-metrics/assets/css/style.css

20 lines
265 B
CSS
Raw Normal View History

2020-12-16 07:05:41 +00:00
.column-oriented {
margin-top: 0px;
2020-12-16 07:05:41 +00:00
}
.bottom-line > tr {
border-bottom: 1px solid #ccc;
}
.bottom-line tr:nth-last-child() {
border-bottom: none;
}
h2 {
font-weight: 100;
color: #555;
}
.description strong {
text-transform: uppercase;
}