Skip to content

Instantly share code, notes, and snippets.

@sklink
Created August 24, 2017 07:35
Show Gist options
  • Save sklink/b77c4b6bc5a545903c120874be26b3f9 to your computer and use it in GitHub Desktop.
Save sklink/b77c4b6bc5a545903c120874be26b3f9 to your computer and use it in GitHub Desktop.
.current {
background: #fafafa;
}
body.position-fixed > .toolbar {
top: 42px ;
width: 600px;
left: 250px;
z-index: 1000;
}
.cashflow_table {
margin-bottom: 12px;
}
body.position-fixed > .content {
padding: 12px;
margin-top: 40px;
}
.cell_wrapper, .actuals_column, .forecast_column, .forecast {
font-size: 16px;
}
.month_header {
font-size: 16px;
font-weight: bold;
}
.cashflow-tooltip {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment