Skip to content

Commit

Permalink
Merge branch 'fix/zakra' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Aug 4, 2023
2 parents f74ac0e + 3d27e57 commit 580aaee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/css/main.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ html body .zak-icon {
background-position: center;
}

#zak-scroll-to-top .zak-icon-arrow-up::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23ffffff' d='M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z'/%3E%3C/svg%3E");
background-position: -3px -3px;
}

#zak-scroll-to-top .zak-icon-arrow-up::after,
#mobile-navigation .zak-mobile-navigation-close::before,
#site-navigation .zak-icon-search::after,
#mobile-primary-menu .zak-submenu-toggle::after,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.src.css.map

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

6 changes: 6 additions & 0 deletions assets/css/src/parts/menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ html body .zak-icon {
}
// stylelint-enable selector-class-pattern

#zak-scroll-to-top .zak-icon-arrow-up::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23ffffff' d='M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z'/%3E%3C/svg%3E");
background-position: -3px -3px;
}

#zak-scroll-to-top .zak-icon-arrow-up::after,
#mobile-navigation .zak-mobile-navigation-close::before,
#site-navigation .zak-icon-search::after,
#mobile-primary-menu .zak-submenu-toggle::after,
Expand Down

0 comments on commit 580aaee

Please sign in to comment.