Skip to content
Snippets Groups Projects

Added budget table on support page

Merged Agate requested to merge budget-2019 into master
1 unresolved thread
2 files
+ 132
30
Compare changes
  • Side-by-side
  • Inline
Files
2
table {
font-size: 90%;
width: 100%;
td, th {
td,
th {
padding: $content-padding;
text-align: left;
border-bottom: 1px solid $divider-color;
}
}
td.amount {
text-align: right;
font-family: monospace;
}
table caption {
text-align: left;
font-weight: bold;
font-size: 120%;
padding: 1em;
}
tr.emphasis {
background-color: rgba($color: #000000, $alpha: 0.05);
}
.table-wrapper {
overflow-x: auto;
}
Loading