/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------- | Variables |----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------- | DockPanel |----------------------------------------------------------------------------*/ .p-DockPanel-widget { background: var(--jp-layout-color0); border-left: var(--jp-border-width) solid var(--jp-border-color1); border-right: var(--jp-border-width) solid var(--jp-border-color1); border-bottom: var(--jp-border-width) solid var(--jp-border-color1); } .p-DockPanel-overlay { background: rgba(33, 150, 243, 0.1); border: var(--jp-border-width) dashed var(--jp-brand-color1); transition-property: top, left, right, bottom; transition-duration: 150ms; transition-timing-function: ease; } .p-DockPanel-overlay.p-mod-root-top, .p-DockPanel-overlay.p-mod-root-left, .p-DockPanel-overlay.p-mod-root-right, .p-DockPanel-overlay.p-mod-root-bottom, .p-DockPanel-overlay.p-mod-root-center { border-width: 2px; }