Skip to content

Commit

Permalink
Merge pull request #46 from CS3219-AY2425S1/yitong/d5-frontend
Browse files Browse the repository at this point in the history
Frontend HintBox styling
  • Loading branch information
Singa-pirate authored Nov 13, 2024
2 parents 68ce85f + b4d8634 commit 3ee1ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/HintBox/HintBox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
top: 20px;
left: 20px;
width: 450px;
max-height: 80vh;
max-height: 550px;
background: linear-gradient(135deg, #2b2b2b, #333);
border-radius: 12px;
border: 1px solid #4a4a4a;
Expand All @@ -13,6 +13,7 @@
overflow: hidden;
transition: transform 0.3s ease-in-out;
color: #e0e0e0;
z-index: 1001;
}

.hintbox-header {
Expand Down

0 comments on commit 3ee1ce9

Please sign in to comment.