@stencila/thema
Version:
Themes for executable documents
2 lines (1 loc) • 1.17 kB
CSS
[data-itemscope=root] a.button.sc-stencila-button-default,[data-itemscope=root] button.sc-stencila-button-default{font-family:var(--font-family-body)}[data-itemscope=root] stencila-button .button,[data-itemscope=root] stencila-button button{--font-size:14px;text-transform:uppercase;font-size:var(--font-size);font-weight:500;letter-spacing:.5px}[data-itemscope=root] stencila-executable-document-toolbar{--background:var(--color-brand)}[data-itemscope=root] stencila-executable-document-toolbar [data-el="Toolbar/Run Document"]{background-color:var(--color-secondary);color:var(--color-stock);transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);will-change:box-shadow}[data-itemscope=root] stencila-executable-document-toolbar [data-el="Toolbar/Run Document"]:hover{background-color:var(--color-secondary-dark);box-shadow:0 2px 2px 0 rgb(0 0 0/.14),0 3px 1px -2px rgb(0 0 0/.2),0 1px 5px 0 rgb(0 0 0/.12)}[data-itemscope=root] stencila-executable-document-toolbar[position=fixed]+*{margin-top:3rem}