Skip to content

Commit

Permalink
minor ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casperUoS committed Sep 16, 2024
1 parent 6e694a6 commit 402c7e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/_components/CommitteePopUp/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
height: 32px;
opacity: 0.3;
position: absolute;
top: 3%;
top: 6%;
right: 1%;
padding-top: 50px;
}

.close:hover {
Expand Down Expand Up @@ -46,7 +47,7 @@
transform: translate(-50%, -50%);
background-color: var(--theme-elevation-0);
padding: 20px;
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
box-shadow: 0 4px 10px -2px var(--theme-shadow);
z-index: 2;
width: 50%;
// height: 50%;
Expand Down

0 comments on commit 402c7e5

Please sign in to comment.