@things-factory/meta-ui 7.0.1-rc.9 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2564,15 +2564,15 @@ export class MetaUiUtil {
|
|
|
2564
2564
|
|
|
2565
2565
|
.tabs {
|
|
2566
2566
|
display: flex;
|
|
2567
|
-
padding: 0 0 0 var(--
|
|
2567
|
+
padding: 0 0 0 var(--spacing-medium);
|
|
2568
2568
|
border-bottom: 1px solid var(--md-sys-color-primary);
|
|
2569
2569
|
}
|
|
2570
2570
|
|
|
2571
2571
|
.tab {
|
|
2572
2572
|
background-color: var(--md-sys-color-secondary-container);
|
|
2573
2573
|
color: var(--md-sys-color-on-secondary-container);
|
|
2574
|
-
margin-top: var(--
|
|
2575
|
-
padding: var(--
|
|
2574
|
+
margin-top: var(--spacing-medium);
|
|
2575
|
+
padding: var(--spacing-small) var(--spacing-large) 0 var(--spacing-large);
|
|
2576
2576
|
border-radius: 9px 9px 0 0;
|
|
2577
2577
|
border-right: 1px solid rgba(0, 0, 0, 0.4);
|
|
2578
2578
|
text-transform: capitalize;
|