Skip to content

Commit e99e646

Browse files
committed
Adjust bookmark icon
1 parent ddd2887 commit e99e646

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,15 @@
5454

5555
&-icon {
5656
width: 15px;
57-
color: #aaa;
5857
transition: all 0.2s ease;
5958
display: flex;
6059
align-items: center;
6160
justify-content: center;
62-
background-color: white;
6361
border-radius: 50%;
64-
padding: 11px;
65-
box-sizing: content-box;
66-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
62+
padding: 11px 7px;
6763

6864
&--active {
6965
color: white;
70-
/*background-color: #4355b9;*/
7166
background-color: #4765ff;
7267
box-shadow: none;
7368
}

0 commit comments

Comments
 (0)