From 4b3890c7e28b64e33404548cd792232a256e3089 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 10 Mar 2020 19:52:37 +0530 Subject: [PATCH] css: Use SCSS nesting in portico-signin.scss for `.header`. --- static/styles/portico/portico-signin.scss | 24 ++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/static/styles/portico/portico-signin.scss b/static/styles/portico/portico-signin.scss index 14898c8c8e..4a359af285 100644 --- a/static/styles/portico/portico-signin.scss +++ b/static/styles/portico/portico-signin.scss @@ -206,20 +206,22 @@ html { position: fixed; width: 100%; top: 0; -} -.header .top-links a, -.header .header-main .logo span { - color: hsl(0, 0%, 27%); -} + .top-links a, + .header-main .logo span { + color: hsl(0, 0%, 27%); + } -.header .header-main .logo .brand-logo circle { - fill: hsl(0, 0%, 27%) !important; -} + .header-main .logo .brand-logo { + circle { + fill: hsl(0, 0%, 27%) !important; + } -.header .header-main .logo .brand-logo path { - fill: hsl(0, 0%, 100%) !important; - stroke: hsl(0, 0%, 100%) !important; + path { + fill: hsl(0, 0%, 100%) !important; + stroke: hsl(0, 0%, 100%) !important; + } + } } .register-form.new-style {