riainvoice/assets/invoiceplane_blue/sass/reports.scss
gandhimathi Bharathirajan c940cb1a2c all files
2017-09-11 14:38:03 +05:30

26 lines
264 B
SCSS

body {
font-family: sans-serif;
}
table {
width: 100%;
}
th {
text-align: left;
border-bottom: #000 thin dotted;
}
td {
border-bottom: #000 thin dotted;
}
.amount {
text-align: right;
}
.report_title {
text-align: center;
font-weight: bold;
}