Skip to content

Commit

Permalink
fix UserContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaMate committed Oct 21, 2024
1 parent a3aa5c9 commit 82fcde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/app/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
@import "utils/utils";

* {
margin : 0;
padding : 0;
box-sizing : border-box;
font-family : GeistMono, Consolas, SansSerif, serif;
margin : 0;
padding : 0;
box-sizing : border-box;
font-family : GeistMono, Consolas, SansSerif, serif;
}

input,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

--bg-main-color : var(--bg-main-color-opacity-low);
--bg-ghost-color : var(--bg-ghost-color-opacity-low);

@media only screen and (hover : none) and (pointer : coarse) {
--item-backdrop-filter : none;
}

@media only screen and (hover : hover) {
--item-backdrop-filter : blur(10px);
}
}

.background {
Expand Down

0 comments on commit 82fcde3

Please sign in to comment.