Skip to content

Commit

Permalink
Fix inkwell top bar bg color, add top margin to contained banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Nov 12, 2021
1 parent 0192a33 commit befcb95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/default.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/inkwell.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/revolution.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/seafoam.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/_omeka.scss
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ body.vertical-menu header .desktop {

&.contained {
@include xy-grid-container;
margin-top: 2 * $global-margin;
}
}

Expand Down
2 changes: 1 addition & 1 deletion scss/inkwell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body {
}

@include breakpoint (medium down) {
header {
header .top-bar {
background-color: $primary-color;
}
}
Expand Down

0 comments on commit befcb95

Please sign in to comment.