feat: ui
This commit is contained in:
@@ -908,9 +908,9 @@
|
||||
|
||||
.function-tabs {
|
||||
margin-bottom: 14px;
|
||||
border-radius: 18px;
|
||||
border-radius: 8px;
|
||||
background: rgba(22, 32, 40, 0.04);
|
||||
padding: 6px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.function-tabs .q-tab {
|
||||
@@ -918,7 +918,7 @@
|
||||
min-width: 0;
|
||||
justify-content: center;
|
||||
min-height: 48px;
|
||||
border-radius: 12px;
|
||||
border-radius: 4px !important;
|
||||
color: var(--q-primary);
|
||||
text-align: center;
|
||||
}
|
||||
@@ -961,15 +961,15 @@
|
||||
}
|
||||
|
||||
.test-type-tabs {
|
||||
border-radius: 18px;
|
||||
border-radius: 8px;
|
||||
background: rgba(22, 32, 40, 0.04);
|
||||
padding: 6px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.test-type-tabs .q-tab {
|
||||
justify-content: flex-start;
|
||||
min-height: 48px;
|
||||
border-radius: 12px;
|
||||
border-radius: 4px !important;
|
||||
color: var(--q-primary);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user