We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526410c commit 62ead37Copy full SHA for 62ead37
frontend/src/pages/Reports/components/FilterPanel/FilterPanel.scss
@@ -36,8 +36,8 @@
36
background-color: white;
37
border: 1px solid #838B94;
38
border-radius: 8px;
39
- padding: 0.75rem 0.5rem;
40
- font-size: 14px;
+ padding: 12px 8px;
+ font-size: 13px;
41
font-weight: 500;
42
color: var(--ion-color-medium);
43
transition: all 0.2s ease;
@@ -66,7 +66,7 @@
66
font-family: var(--font-family-base);
67
--background: #435FF0;
68
--color: white;
69
- height: 48px;
+ height: 60px;
70
font-weight: 600;
71
margin: 0;
72
--border-radius: 12px;
0 commit comments