tab/app/assets/stylesheets/transactions.css.scss
2016-02-01 13:22:47 +01:00

30 lines
371 B
SCSS

#transactions-filters {
margin-top: 10px;
}
// Alignment of datatable columns.
.date-column,
.amount-column {
text-align: right;
}
.peer-column,
.issuer-column {
text-align: center;
}
.message-column {
text-align: left;
}
// Dates aren't that important
td.date-column {
color: #BBB;
}
// Love them euro signs
td.amount-column:before {
content: '';
}