Skip to content

Commit 9fd7b00

Browse files
committed
Adjusting filter panel
1 parent 830457b commit 9fd7b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/pages/Reports/components/FilterPanel/FilterPanel.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
&__category-section {
1717
flex: 1;
18-
margin-bottom: 1.5rem;
18+
margin-bottom: 3rem;
1919
}
2020

2121
&__category-title {
@@ -50,6 +50,7 @@
5050
justify-content: center;
5151

5252
&--selected {
53+
font-weight: 600;
5354
background-color: #313E4C;
5455
color: white;
5556
border-color: #313E4C;
@@ -62,6 +63,7 @@
6263
}
6364

6465
&__apply-button {
66+
font-family: 'Inter', serif;
6567
--background: #435FF0;
6668
--color: white;
6769
height: 48px;

0 commit comments

Comments
 (0)