Skip to content

Instantly share code, notes, and snippets.

@jmarchello
Forked from pgmccann/styles.less
Last active August 29, 2015 14:21
Show Gist options
  • Save jmarchello/31fb11f72b97dac07317 to your computer and use it in GitHub Desktop.
Save jmarchello/31fb11f72b97dac07317 to your computer and use it in GitHub Desktop.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
font-size:80%;
}
// adjust size of icons
.list-group .icon::before, .list-tree .icon::before{
font-size: 14px;
}
.list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item {
line-height:18px;
}
.list-group .selected:before, .list-tree .selected:before {
height:18px;
}
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li {
padding-left:8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment