Skip to content

Commit 1fcb146

Browse files
author
ahmad-masud
committed
Update
1 parent f4d1efb commit 1fcb146

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/styles/report.css

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
outline: none;
1616
height: 50px;
1717
width: 50px;
18+
box-shadow:
19+
0 4px 6px rgba(0, 0, 0, 0.1),
20+
0 1px 3px rgba(0, 0, 0, 0.06);
1821
}
1922

2023
.report-button button:hover {

src/styles/tree.css

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
background: var(--secondary-color);
1010
color: var(--font-color);
1111
cursor: pointer;
12+
box-shadow:
13+
0 4px 6px rgba(0, 0, 0, 0.1),
14+
0 1px 3px rgba(0, 0, 0, 0.06);
1215
}
1316

1417
.node-details {

0 commit comments

Comments
 (0)