From 06f698d1e18427cea4bd4407df1d0b5ea4d25009 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 31 Jan 2022 23:21:28 -0800 Subject: [PATCH] Update Header scss --- components/Header/index.scss | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/components/Header/index.scss b/components/Header/index.scss index ab8e23e5..94683bdf 100644 --- a/components/Header/index.scss +++ b/components/Header/index.scss @@ -1,36 +1,36 @@ -.Header { +#Header { display: flex; height: 34px; width: 100%; -} -.Header .right { - display: flex; - gap: 8px; -} + #right { + display: flex; + gap: 8px; + } -.Header .push { - margin-left: auto; -} + .dropdown { + display: inline-block; + position: relative; -.dropdown { - display: inline-block; - position: relative; -} + &:hover { + padding-right: 50px; + padding-bottom: 16px; -.dropdown:hover { - padding-right: 50px; - padding-bottom: 16px; -} + .Button .icon { + color: #2360C5; + } -.dropdown:hover .Button .icon { - color: #2360C5; -} + .Button .text { + color: #555; + } -.dropdown:hover .Button .text { - color: #555; -} + .Menu { + display: block; + } + } + } -.dropdown:hover .Menu { - display: block; -} \ No newline at end of file + .push { + margin-left: auto; + } +}