Created
August 24, 2017 07:35
-
-
Save sklink/b77c4b6bc5a545903c120874be26b3f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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