@slite/style
Version:
Slite shared style
1 lines • 6.7 kB
CSS
:root{--font-size-smallest:10px;--font-size-smaller:11px;--font-size-small:12px;--font-size-normal:13px;--font-size-large:14px;--font-size-larger:20px;--font-size-largest:26px;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-one:1;--line-height-normal:1.2em;--line-height-large:1.4em;--line-height-larger:1.6em;--line-height-largest:2em;--font-family-system:"UniversalSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-title:"Garnett",FixEmoji,sans-serif;--font-family-monospace:"Source Code Pro",Inconsolata,Monaco,Consolas,"Courier New",Courier,monospace;--radius-smaller:1px;--radius-small:2px;--radius-normal:4px;--radius-large:6px;--radius-larger:10px;--radius-largest:50px;--opacity-null:0;--opacity-smaller:0.2;--opacity-small:0.4;--opacity-half:0.5;--opacity-normal:0.6;--opacity-large:0.8;--z-index-mega:9;--z-index-huge:4;--z-index-large:3;--z-index-medium:2;--z-index-small:1;--z-index-null:0;--z-index-modal:var(--z-index-mega);--z-index-modal-backdrop:var(--z-index-huge);--box-shadow-modals:0 2px 40px 0 rgba(44,44,44,0.08);--box-shadow-smaller:0px 1px 2px 0px rgba(44,50,77,0.1);--box-shadow-small:0 2px 3px 0 rgba(44,50,70,0.15);--box-shadow-right-small:0px 1px 2px 0px rgba(44,50,77,0.1);--box-shadow-bottom-small:0 1px 2px 0 rgba(44,44,44,0.1);--box-shadow-normal:0px 1px 8px 0px rgba(0,0,0,0.08);--box-shadow-medium:0 0 10px 0 rgba(44,50,77,0.07);--box-shadow-large:0 2px 40px 0 rgba(44,44,44,0.2);--spacing-smallest:1px;--spacing-smaller:2px;--spacing-small:5px;--spacing-normal:10px;--spacing-medium:15px;--spacing-large:20px;--spacing-larger:30px;--spacing-largest:40px;--spacing-huge:60px;--transition:all 0.13s ease-in-out;--transition-medium:all 0.4s ease-in-out;--note-panel-horizontal-width:70px;--note-editor-min-width:420px;--note-editor-max-width:680px;--note-header-height:70px;--note-editor-font-size:16px;--note-editor-font-size-medium:15px;--note-editor-line-height:1.6em;--note-editor-list-item-margin-left:30px;--note-editor-title-font-size:44px;--note-editor-title-line-height:1.25em;--note-editor-header-letter-spacing:-0.015em;--note-editor-h1-font-size:2em;--note-editor-h1-line-height:1.3em;--note-editor-h1-margin-after:4px;--note-editor-h1-margin-before:32px;--note-editor-h2-font-size:1.5em;--note-editor-h2-line-height:1.4em;--note-editor-h2-margin-after:4px;--note-editor-h2-margin-before:20px;--note-editor-h3-font-size:1.2em;--note-editor-h3-line-height:1.7em;--note-editor-h3-margin-after:4px;--note-editor-h3-margin-before:16px}.dark-mode.color-mode-elevated .force-light-mode,.dark-mode .color-mode-elevated .force-light-mode,.dark-mode .force-light-mode,:root{--transparent:transparent;--shade-00:#2d2f34;--shade-05:#3f434a;--shade-10:#5e646e;--shade-20:#6a707c;--shade-30:#acb1b9;--shade-40:#d8dadf;--shade-45:#ecedef;--shade-50:#f1f2f4;--shade-100:#fcfcfd;--shade-100:#fdfdfd;--full-white:#fff;--blue-10:#0d3c82;--blue-20:#0a4ecd;--blue-30:#1668e3;--blue-40:#4688ec;--blue-50:#c8dbf9;--blue-60:#e8f0fd;--blue-70:#f1f6fe;--red-00:#531313;--red-10:#841515;--red-20:#b11;--red-30:#da2f2f;--red-40:#e64c4c;--red-50:#f26e6e;--red-60:#f58a8a;--red-70:#f8afaf;--red-80:#fee1e1;--red-100:#fef1f1;--black:#1d1e20;--white:#fdfdfd;--red:#ff5a6e;--yellow:#ffcf59;--yellow-dark:#926400;--sand:#ffe697;--pink:#ffb199;--green:#b8e986;--saturn-orange:#f67748;--moon-dust:#f9efe4;--pink-moon:#eebacb;--tag-default-background:#f5f5f7;--tag-default-color:#72727d;--tag-blue-background:#d4f4f7;--tag-blue-color:#30767e;--tag-green-background:#cffcd6;--tag-green-color:#38794e;--tag-yellow-background:#fff3c2;--tag-yellow-color:#974e00;--tag-orange-background:#ffe6cc;--tag-orange-color:#974e00;--tag-red-background:#ffe6e6;--tag-red-color:#ba1b1b;--tag-mauve-background:#fee6f2;--tag-mauve-color:#b52068;--tag-purple-background:#f0e9fc;--tag-purple-color:#6b34df;--tag-bleu-background:#edf1ff;--tag-bleu-color:#3e57e5;--tag-grey-background:#dbdbdf;--tag-grey-color:#70727e}body{--primary:var(--blue-30);--primary-light:var(--blue-40);--primary-dark:var(--blue-20);--primary-darker:var(--blue-10);--primary-shade-light:var(--blue-70);--primary-shade-dark:var(--blue-60);--tooltip-color:#fff;--tooltip-background-color:#3b3a3a;--entity-highlight-color:var(--primary-dark);--entity-highlight-background:var(--primary-shade-light);--entity-highlight-active-color:var(--primary-darker);--entity-highlight-active-background:var(--primary-shade-dark);--note-editor-color:var(--shade-05);--note-editor-selection-color:rgba(159,162,254,0.19);--code-background:var(--shade-50);--code-border-color:var(--shade-40)}.dark-mode{--shade-100:#232529;--shade-50:#2d2f34;--shade-45:#3f434a;--shade-40:#5e646e;--shade-30:#6a707c;--shade-20:#acb1b9;--shade-10:#d8dadf;--shade-05:#ecedef;--shade-00:#f1f2f4;--white:#f5f6f7;--black:#1d1e20;--tag-default-background:#5b5d67;--tag-default-color:#ebecee;--tag-blue-background:#4aa7cf;--tag-blue-color:#e9fafb;--tag-green-background:#4ba36b;--tag-green-color:#e7feea;--tag-yellow-background:#ddb450;--tag-yellow-color:#fff9e5;--tag-orange-background:#e88954;--tag-orange-color:#fcefe8;--tag-red-background:#d96060;--tag-red-color:#fce9e9;--tag-mauve-background:#d85c98;--tag-mauve-color:#fbe9f2;--tag-purple-background:#805ad2;--tag-purple-color:#eee8fd;--tag-bleu-background:#687ced;--tag-bleu-color:#e5ebff;--tag-grey-background:#5b5d67;--tag-grey-color:#dbdbdf;--darker-blue-entity-background:#213351}body.dark-mode,body .dark-mode{--primary:var(--blue-30);--primary-light:var(--blue-50);--primary-dark:var(--blue-20);--primary-darker:var(--blue-10);--primary-shade-light:var(--blue-20);--primary-shade-dark:var(--blue-10);--entity-highlight-color:var(--primary-light);--entity-highlight-background:var(--darker-blue-entity-background);--entity-highlight-active-color:var(--primary-light);--entity-highlight-active-background:var(--primary-shade-dark);--note-editor-color:var(--shade-05);--note-editor-selection-color:rgba(133,150,255,0.2);--code-background:var(--shade-45);--code-border-color:var(--shade-40)}body.dark-mode.color-mode-elevated,body .dark-mode.color-mode-elevated,body.dark-mode .color-mode-elevated,body .dark-mode .color-mode-elevated{--shade-100:#2d2f34;--shade-50:#3f434a;--shade-45:#5e646e;--shade-40:#6a707c;--shade-30:#acb1b9;--shade-20:#d8dadf;--shade-10:#ecedef;--shade-05:#f1f2f4;--shade-00:#fcfcfd}.slite-design-system{--spacing-smallest:2px;--spacing-smaller:4px;--spacing-small:8px;--spacing-normal:12px;--spacing-medium:16px;--spacing-large:24px;--spacing-larger:32px;--spacing-largest:40px;--spacing-huge:60px}