You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
578 B
22 lines
578 B
.table-statement {
|
|
.amount {
|
|
text-align: right !important;
|
|
width: 14% //spread 7 columns evenly
|
|
}
|
|
thead {
|
|
border-bottom: solid; // required for clean layout
|
|
tr th:first-child {
|
|
width: auto !important; // required for clean layout
|
|
}
|
|
tr th:last-child {
|
|
width: 16% !important; // required for boxed layout
|
|
}
|
|
}
|
|
}
|
|
|
|
.statement-blocked {
|
|
background-color: @gray-lighter-darker !important;
|
|
td:last-child {
|
|
background-color: @gray-lighter-darker !important;
|
|
}
|
|
}
|