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 c7a3d5d commit 429d8b0Copy full SHA for 429d8b0
frontend/src/pages/Reports/ReportsListPage.scss
@@ -60,6 +60,37 @@
60
61
&__segment-wrapper {
62
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
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
94
}
95
96
&__category-tags {
0 commit comments