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;