This commit is contained in:
Vlad Stan
2026-03-27 11:48:15 +02:00
parent 77f112cd5e
commit 396fe72a3f
+6 -6
View File
@@ -908,9 +908,9 @@
.function-tabs { .function-tabs {
margin-bottom: 14px; margin-bottom: 14px;
border-radius: 18px; border-radius: 8px;
background: rgba(22, 32, 40, 0.04); background: rgba(22, 32, 40, 0.04);
padding: 6px; padding: 4px;
} }
.function-tabs .q-tab { .function-tabs .q-tab {
@@ -918,7 +918,7 @@
min-width: 0; min-width: 0;
justify-content: center; justify-content: center;
min-height: 48px; min-height: 48px;
border-radius: 12px; border-radius: 4px !important;
color: var(--q-primary); color: var(--q-primary);
text-align: center; text-align: center;
} }
@@ -961,15 +961,15 @@
} }
.test-type-tabs { .test-type-tabs {
border-radius: 18px; border-radius: 8px;
background: rgba(22, 32, 40, 0.04); background: rgba(22, 32, 40, 0.04);
padding: 6px; padding: 4px;
} }
.test-type-tabs .q-tab { .test-type-tabs .q-tab {
justify-content: flex-start; justify-content: flex-start;
min-height: 48px; min-height: 48px;
border-radius: 12px; border-radius: 4px !important;
color: var(--q-primary); color: var(--q-primary);
text-align: left; text-align: left;
} }