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.
16 lines (12 loc) • 317 B
text/less
@import "ui-variables";
.nuclide-file-tree-working-set-name {
width: 10em;
}
.nuclide-file-tree-working-set-name-outline {
display: inline-block;
border: 1px solid @text-color-highlight;
border-radius: @component-border-radius;
}
.nuclide-file-tree-working-set-name-missing {
color: @text-color-error;
}