/***BEGIN FileSelectPanel.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.ci-designer-file-select-panel-body .error {
  margin-bottom: 10px; }

.ci-designer-file-select-panel-body .path {
  margin: 10px 0 0 0;
  width: 100%; }

.ci-designer-file-select-panel-body .repo-link {
  margin: 20px 0 0 0; }
  .ci-designer-file-select-panel-body .repo-link .external-link-icon {
    margin-left: 4px; }

.ms-Button-flexContainer span {
  flex: 1; }

.ms-Button-flexContainer .bolt-spinner {
  margin: 0 auto; }

.ci-designer-file-select-panel-footer {
  display: flex;
  justify-content: flex-end; }
  .ci-designer-file-select-panel-footer .primary-action-button {
    margin-left: 8px; }
/***END FileSelectPanel.css***/

