bg-atom-redom-ui
Version:
Atom plugin UI Component library using REDOM and compliant with the Atom style guide
19 lines (17 loc) • 370 B
CSS
// The ui-variables file is provided by base themes provided by Atom.
//
// See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less
// for a full listing of what's available.
@import "ui-variables";
.BGFeedbackDialog {
.pkgList {
margin-bottom:1em;
div {
margin-left: 2em;
}
}
progress {
width: 100%;
/* margin-bottom:1em; */
}
}