/***BEGIN NewFileDialog.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-new-file-dialog-path-prefix {
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.06);
  background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  max-width: 200px;
  padding: 0 8px; }

.repos-new-file-dialog-folder-file-name {
  min-height: 100px; }
/***END NewFileDialog.css***/

