/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.ci-yaml-editor-tab {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .ci-yaml-editor-tab .ci-yaml-header-container {
    height: 64px; }
  .ci-yaml-editor-tab .ci-editor-host {
    overflow: visible; }
