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.
21 lines (16 loc) • 421 B
text/less
@import 'ui-variables';
.nuclide-outline-view {
flex: 1;
/* Prevents this element from shrinking smaller than the width of its content */
min-width: -webkit-min-content;
}
.nuclide-outline-view-loading {
text-align: center;
}
.nuclide-outline-view-item {
cursor: pointer;
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}
.panel-heading .nuclide-outline-view-close-button {
top: -0.25em;
}