Skip to content

Commit

Permalink
oda: menu no sticky - create tabs class
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Jan 23, 2025
1 parent fbb0c33 commit fee1a74
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/03-organisms/site/site-header/_site-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ header {
}
}
}
.scrolled {
.domain-oit.scrolled {
.header_bottom__inner {
position: fixed;
top: 0;
Expand Down
28 changes: 28 additions & 0 deletions components/04-templates/_oda_reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fee1a74

Please sign in to comment.