atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
14 lines (12 loc) • 417 B
text/less
@import "ui-variables";
.nuclide-ui-hr {
/*
* Border colors taken from core Atom's [sections.less][1].
*
* [1]: https://github.com/atom/atom/blob/d06da3f47046643292c0a451be5ca51c67436a1b/static/sections.less
*/
border-bottom: 1px solid @background-color-highlight;
border-top: 1px solid @tool-panel-border-color;
margin-left: @component-padding * 1.5;
margin-right: @component-padding * 1.5;
}