UNPKG

@jupyterlab/git

Version:

A JupyterLab extension for version control using git

9 lines (8 loc) 216 B
import { style } from 'typestyle'; export const fullscreenProgressClass = style({ position: 'absolute', top: '50%', left: '50%', color: 'var(--jp-ui-inverse-font-color0)', textAlign: 'center' });