From d3d6703d3edd8dc9f384544565f3e878d1f1e613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Thu, 26 Jan 2023 09:19:45 +0100 Subject: [PATCH] Remove unused classes This is now handled by the `.juniper-` classes in `code.sass` --- website/src/styles/layout.sass | 40 ---------------------------------- 1 file changed, 40 deletions(-) diff --git a/website/src/styles/layout.sass b/website/src/styles/layout.sass index e3149f451..6d7fda972 100644 --- a/website/src/styles/layout.sass +++ b/website/src/styles/layout.sass @@ -413,46 +413,6 @@ body [id]:target // Fix issue where empty lines would disappear content: " " -// Jupyter - -.jp-RenderedText pre - .ansi-cyan-fg.ansi-cyan-fg - color: var(--syntax-function) - - .ansi-green-fg.ansi-green-fg - color: var(--color-green-medium) - - .ansi-red-fg.ansi-red-fg - color: var(--syntax-operator) - -.jp-OutputArea - &:not(:empty) - padding: 2rem 2rem 1rem - border-top: 1px solid var(--color-dark) - margin-top: 2rem - - .entities, svg - white-space: initial - font-family: inherit - - .entities - font-size: 1.35rem - - .displacy - margin-top: 1rem - font-family: var(--font-primary) !important - color: var(--color-subtle) !important - background: var(--color-front) !important - -.jp-OutputArea pre - font: inherit - -.jp-OutputPrompt.jp-OutputArea-prompt - padding-top: 0.5em - margin-right: 1rem - font-family: inherit - font-weight: bold - /* Tooltips */ [data-tooltip]