From 659f972bed63d9e8f18791ba4e0f779169f5fb4e Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 21 Apr 2019 21:44:31 +0200 Subject: Do not switch to italic for status media buttons --- .../flavours/glitch/styles/components/status.scss | 42 +++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/components') diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index ce07bd64a..91467c886 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -31,31 +31,33 @@ } } - h1, h2, h3, h4, h5 { - margin-top: 20px; - margin-bottom: 20px; - } + .status__text { + h1, h2, h3, h4, h5 { + margin-top: 20px; + margin-bottom: 20px; + } - h1, h2 { - font-weight: 500; - font-size: 18px; - } + h1, h2 { + font-weight: 500; + font-size: 18px; + } - h2 { - font-size: 16px; - } + h2 { + font-size: 16px; + } - blockquote { - margin-left: 20px; - color: $dark-text-color; - } + blockquote { + margin-left: 20px; + color: $dark-text-color; + } - b, strong { - font-weight: 500; - } + b, strong { + font-weight: 500; + } - em, i { - font-style: italic; + em, i { + font-style: italic; + } } a { -- cgit