Skip to content

Instantly share code, notes, and snippets.

@jm2242
Created February 20, 2018 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jm2242/57667c03fc9697c602d26cc7835eb54e to your computer and use it in GitHub Desktop.
Save jm2242/57667c03fc9697c602d26cc7835eb54e to your computer and use it in GitHub Desktop.
Styles for Column Header
// (contents of stylus)
ColumnIconsMargin = 6
ColumnIconsSize = 26
TotalColumnIconsWidth = 5 * (ColumnIconsSize + ColumnIconsMargin)
.column-icons
// ...
width TotalColumnIconsWidth
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment