From b5b10b8a3bafd1c395110ec7aa9b993794bb254b Mon Sep 17 00:00:00 2001 From: Hugo Peek Date: Fri, 19 Nov 2021 22:41:34 +0800 Subject: [PATCH] Update SUI styling for CB previews --- .../components/romanescobackyard/css/semantic.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/components/romanescobackyard/css/semantic.css b/assets/components/romanescobackyard/css/semantic.css index 8a8338f..bc7cdd1 100644 --- a/assets/components/romanescobackyard/css/semantic.css +++ b/assets/components/romanescobackyard/css/semantic.css @@ -849,6 +849,10 @@ } @media only screen and (max-width: 991.98px) { + .chunkOutput body.detail.toc #content { + margin-top: 0 !important; + } + .chunkOutput body.detail.toc #content > .stripe.segment:first-child { padding-top: 0; } @@ -910,6 +914,11 @@ border-bottom-color: #FFFFFF; } +.chunkOutput #content a.external.label { + position: relative; + top: -0.5rem; +} + .chunkOutput .image.content + * { margin-top: calc(var(--baseline) * 3rem); } @@ -17564,6 +17573,11 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand Theme Overrides *******************************/ +.chunkOutput .ui.image.raised { + -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); + box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15); +} + .chunkOutput .ui.image.lightbox { cursor: pointer; }