Skip to content

Commit

Permalink
ui make-up
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 1, 2021
1 parent f78a667 commit 17367d5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

.dropdown-content {
min-width: 160px;
box-shadow: 0 8px 16px 0 var(--shadow);
z-index: 10;

background-color: var(--background-color-alpha);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
Expand All @@ -32,7 +30,7 @@
background-color: var(--background-color-alpha);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 0 5px var(--shadow);
box-shadow: 0 5px 5px -6px var(--shadow);
}

.dropdown-item {
Expand Down Expand Up @@ -150,7 +148,7 @@
top: 60px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: inset 0 7px 5px -7px var(--shadow);
box-shadow: inset 0 7px 5px -7px var(--shadow), 0 8px 16px 0 var(--shadow);;
}

.dropdown-top-menu {
Expand Down

0 comments on commit 17367d5

Please sign in to comment.