From fee1a7422cb0d10dadbda40c6d575a927dc78936 Mon Sep 17 00:00:00 2001 From: protitude Date: Wed, 22 Jan 2025 17:27:38 -0700 Subject: [PATCH] oda: menu no sticky - create tabs class --- .../site/site-header/_site-header.scss | 2 +- components/04-templates/_oda_reports.scss | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/components/03-organisms/site/site-header/_site-header.scss b/components/03-organisms/site/site-header/_site-header.scss index 934f992..a75a66e 100644 --- a/components/03-organisms/site/site-header/_site-header.scss +++ b/components/03-organisms/site/site-header/_site-header.scss @@ -91,7 +91,7 @@ header { } } } -.scrolled { +.domain-oit.scrolled { .header_bottom__inner { position: fixed; top: 0; diff --git a/components/04-templates/_oda_reports.scss b/components/04-templates/_oda_reports.scss index 02b94a6..335a6be 100644 --- a/components/04-templates/_oda_reports.scss +++ b/components/04-templates/_oda_reports.scss @@ -396,6 +396,34 @@ } +.data-tabs { + display: flex; + p { + margin-right: .5em; + } + ul { + margin: 0; + padding: 0; + list-style: none; + + li { + display: inline-block; + margin: 0; + padding: 0; + + &::after { + content: " | "; + margin: 0 .25em; + } + + &:last-of-type::after { + content: ""; + margin: 0; + } + } + } +} + @media screen and (max-width: 920px){ .path-reports aside { position: absolute;