Skip to content

Commit

Permalink
🚀 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiDevO committed Oct 21, 2023
1 parent aca2f9c commit ef15cb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions assets/Styles/elements/toTop.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
.menu__flotante {
position: fixed;
z-index: 999;
bottom: 11vh;
right: 5.7vw;
bottom: 15vh;
right: 5.9vw;

}
.to__top {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions assets/Styles/elements/toogleDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
background: linear-gradient(var(--gradient-transparent));
border-radius: 50px;
box-shadow: -15px 35px 68px 0px rgba(145, 192, 255, 0.5), inset 12px -12px 16px 0px rgba(214, 232, 255, 0.214), inset 0px 11px 28px 0px rgb(255, 255, 255);
padding: 20px;
padding: 7px;
display: flex;
bottom: 17vh;
bottom: 35vh;
right: 1.7rem;
position: fixed;
}
Expand Down

0 comments on commit ef15cb7

Please sign in to comment.