Skip to content

Commit

Permalink
hide sidebar close btn, update homepage copy btn (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgauci authored May 14, 2024
1 parent 96858c7 commit 9b528fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions themes/haystack/assets/sass/pages/_bloglist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
pointer-events: none;
}
}

@include sm {
.sidebar-close-btn {
display: none;
}
}
}
}

Expand Down
7 changes: 4 additions & 3 deletions themes/haystack/assets/sass/pages/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,17 @@
color: var(--color-dark-blue);
background-color: var(--color-white);
transition: background-color var(--transition-fast) var(--ease);
cursor: pointer;

svg {
transition: transform var(--transition-fast) var(--ease);
}

&:hover {
background-color: var(--color-bg-light-grey);
svg {
transform: translateX(0.25rem);
}
// svg {
// transform: translateX(0.25rem);
// }
}
}

Expand Down

0 comments on commit 9b528fc

Please sign in to comment.