@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.
|
@@ -2294,15 +2294,15 @@ export class MetaUiUtil {
|
|
|
2294
2294
|
|
|
2295
2295
|
.tabs {
|
|
2296
2296
|
display: flex;
|
|
2297
|
-
padding: 0 0 0 var(--
|
|
2297
|
+
padding: 0 0 0 var(--spacing-medium);
|
|
2298
2298
|
border-bottom: 1px solid var(--md-sys-color-primary);
|
|
2299
2299
|
}
|
|
2300
2300
|
|
|
2301
2301
|
.tab {
|
|
2302
2302
|
background-color: var(--md-sys-color-secondary-container);
|
|
2303
2303
|
color: var(--md-sys-color-on-secondary-container);
|
|
2304
|
-
margin-top: var(--
|
|
2305
|
-
padding: var(--
|
|
2304
|
+
margin-top: var(--spacing-medium);
|
|
2305
|
+
padding: var(--spacing-small) var(--spacing-large) 0 var(--spacing-large);
|
|
2306
2306
|
border-radius: 9px 9px 0 0;
|
|
2307
2307
|
border-right: 1px solid rgba(0, 0, 0, 0.4);
|
|
2308
2308
|
text-transform: capitalize;
|