Skip to content

Commit

Permalink
Merge branch 'main' into sass-palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 13, 2024
2 parents 6ecb8f4 + 30d684e commit a576a3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions plugins/plugin-back-to-top/src/client/styles/back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

width: 48px;
height: 48px;
padding: 8px;
padding: 12px;
border-width: 0;
border-radius: 50%;

Expand All @@ -30,10 +30,10 @@

.back-to-top-icon {
overflow: hidden;
width: 100%;
height: 100%;
background: currentcolor;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 auto;
background: var(--back-to-top-icon-color);
-webkit-mask-image: var(--back-to-top-icon);
mask-image: var(--back-to-top-icon);
-webkit-mask-position: 50%;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions plugins/plugin-back-to-top/src/client/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

--back-to-top-bg-color: #fff;
--back-to-top-color: #3eaf7c;
--back-to-top-icon-color: currentColor;
--back-to-top-color-hover: #71cda3;
--back-to-top-shadow: rgb(0 0 0 / 20%);
}

0 comments on commit a576a3c

Please sign in to comment.