From 17dc7349587c0892226e8bf8b0b6f6b14d570476 Mon Sep 17 00:00:00 2001 From: AliSalman Date: Fri, 27 Jan 2023 10:19:25 +0500 Subject: [PATCH] Add styling for section headers --- .../sass/partials/cms/theme/_translations.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/edx-platform/wikilearn/cms/static/sass/partials/cms/theme/_translations.scss b/edx-platform/wikilearn/cms/static/sass/partials/cms/theme/_translations.scss index 8b4cf99..2fd95c5 100644 --- a/edx-platform/wikilearn/cms/static/sass/partials/cms/theme/_translations.scss +++ b/edx-platform/wikilearn/cms/static/sass/partials/cms/theme/_translations.scss @@ -51,6 +51,15 @@ html { height: 100%; } background: #fff; padding: 20px 5px; border-radius: 5px; + + .section-header { + display: flex; + justify-content: space-between; + padding: 0px 25px; + font-size: 14px; + color: gray; + background-color: whitesmoke; + } } } @@ -150,6 +159,13 @@ html { height: 100%; } } } + .course-info-header { + &:hover { + background: transparent !important; + } + cursor: default !important; + } + .translation-body { font-size: 14px;