Skip to content

Commit 87c9989

Browse files
committed
Improve bookmark button when it's not active
1 parent 4afe5e1 commit 87c9989

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

frontend/src/pages/Home/components/ReportItem/ReportItem.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@
5858
display: flex;
5959
align-items: center;
6060
justify-content: center;
61+
background-color: white;
62+
border-radius: 50%;
63+
padding: 8px;
64+
box-sizing: content-box;
65+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
6166

6267
&--active {
6368
color: white;
6469
background-color: #4355b9;
65-
border-radius: 50%;
66-
padding: 8px;
67-
box-sizing: content-box;
6870
}
6971
}
7072
}

0 commit comments

Comments
 (0)