-
-
Save jmarchello/31fb11f72b97dac07317 to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
* 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