Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 9, 2023
1 parent 271c1c1 commit da9ca2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion themes/stanford_basic/src/scss/theme/menu/_local-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
outline: 0;
position: relative;

// Comment out the bhautton hover show/hide on the edit buttons.
// Comment out the button hover show/hide on the edit buttons.
// transition: outline 0.5s ease-in-out;

// .block--local-tasks {
Expand All @@ -27,6 +27,7 @@
@include margin(0 auto 10px auto);
z-index: 10;


ul,
li {
@include margin(0);
Expand Down Expand Up @@ -54,6 +55,16 @@
top: 0;
width: 100%;
z-index: 15;

ul {
@include grid-media-max('md') {
margin-top: 15px;
}

@include grid-media-max('sm') {
margin-top: 0;
}
}
}

.page-content-label {
Expand Down

0 comments on commit da9ca2f

Please sign in to comment.