// 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; */
	}
}
