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) • 381 B
text/less
@import "ui-variables";
.attach-selected-row {
background-color: @background-color-selected;
font-weight: bold;
}
.nuclide-debugger-native-process-table {
width: 100%;
}
.nuclide-debugger-native-process-table td {
padding: .1em .5em;
}
.nuclide-debugger-native-launch-attach-actions {
display: flex;
justify-content: flex-end;
padding-top: @component-padding;
}