From 27562f077b10275c677f717303c7ad6226823203 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Thu, 9 Nov 2023 08:11:31 +0000 Subject: [PATCH] chore: remove unused css --- .../grapher/src/modal/SourcesModal.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages/@ourworldindata/grapher/src/modal/SourcesModal.scss b/packages/@ourworldindata/grapher/src/modal/SourcesModal.scss index b6445542cf3..e745c61c3eb 100644 --- a/packages/@ourworldindata/grapher/src/modal/SourcesModal.scss +++ b/packages/@ourworldindata/grapher/src/modal/SourcesModal.scss @@ -50,19 +50,6 @@ margin-bottom: 8px; } - .indicator-descriptions .key-info { - --indicator-key-info-title: #{$box-title}; - --indicator-key-info-content-size: 0.875rem; - - margin: 24px 0; - padding: 32px; - - &__content, - &__content ul { - font-weight: 500; - } - } - .indicator-sources { .ExpandableToggle:first-of-type { border-top: none; @@ -120,7 +107,6 @@ max-width: 240px; } - .indicator-descriptions .key-info__learn-more, .indicator-processing .indicator-processing__link { @include body-3-medium; display: inline-block;