Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created March 5, 2014 17:24
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 kennethreitz/9371915 to your computer and use it in GitHub Desktop.
Save kennethreitz/9371915 to your computer and use it in GitHub Desktop.
atom ui local modifications backup for Soda Light
/*
* 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 {
}
.editor {
line-height: 1.2em;
}
.editor .cursor {
color: red;
}
.tab-bar {
height: 34px;
padding: 0;
.tab {
-webkit-transform: none;
top: 2px;
line-height: 25px;
&.active {
height: 25px;
&:before {
height: 25px;
}
}
&:before {
-webkit-transform: none;
width: 16px;
}
.close-icon {
-webkit-transform: none;
line-height: 25px;
}
.title {
-webkit-transform: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment