Skip to content

Commit 429d8b0

Browse files
committed
Improve tab bar layout based on feedback from Designer
1 parent c7a3d5d commit 429d8b0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

frontend/src/pages/Reports/ReportsListPage.scss

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,37 @@
6060

6161
&__segment-wrapper {
6262
padding: 0 1rem;
63+
margin-top: 4px;
64+
65+
ion-segment {
66+
--background: #EBEEF8;
67+
border-radius: 9999px;
68+
overflow: hidden;
69+
padding: 4px;
70+
71+
ion-segment-button {
72+
--background: #EBEEF8;
73+
--background-checked: #FFFFFF;
74+
--color: #313E4C;
75+
--color-checked: #313E4C;
76+
--indicator-color: transparent;
77+
--border-radius: 9999px;
78+
--border-style: none;
79+
font-weight: 500;
80+
text-transform: none;
81+
min-height: 36px;
82+
margin: 0;
83+
transition: background-color 0.3s ease;
84+
85+
&::part(indicator) {
86+
display: none;
87+
}
88+
89+
&::part(native) {
90+
padding: 6px 16px;
91+
}
92+
}
93+
}
6394
}
6495

6596
&__category-tags {

0 commit comments

Comments
 (0)