@omnia/runtime 8.0.224-dev → 8.0.225-dev
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.
- package/dist/bundles/omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css +42 -16
- package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.public.en-us.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_admin_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_servicemanifest.json +1 -1
- package/package.json +5 -5
|
@@ -595,22 +595,6 @@ html[data-omfx] pre {
|
|
|
595
595
|
.obb .v-btn__content {
|
|
596
596
|
z-index: 30;
|
|
597
597
|
}
|
|
598
|
-
|
|
599
|
-
/* @media screen and (max-width: 420px) {
|
|
600
|
-
.o-typ-font {
|
|
601
|
-
font-size: var(--fontSize-s, revert) !important;
|
|
602
|
-
font-weight: var(--fontWeight-s, revert) !important;
|
|
603
|
-
line-height: var(--lineHeight-s, revert) !important;
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
@media screen and (min-width: 421) and (max-width: 1200px) {
|
|
608
|
-
.o-typ-font {
|
|
609
|
-
font-size: var(--fontSize-m, revert) !important;
|
|
610
|
-
font-weight: var(--fontWeight-m, revert) !important;
|
|
611
|
-
line-height: var(--lineHeight-m, revert) !important;
|
|
612
|
-
}
|
|
613
|
-
} */
|
|
614
598
|
/*!
|
|
615
599
|
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
|
|
616
600
|
*/
|
|
@@ -1963,3 +1947,45 @@ html[data-omfx] pre {
|
|
|
1963
1947
|
color: var(--hintColor, revert) !important;
|
|
1964
1948
|
}
|
|
1965
1949
|
}
|
|
1950
|
+
.o-ra-w {
|
|
1951
|
+
label {
|
|
1952
|
+
font-size: var(--fontSize, revert) !important;
|
|
1953
|
+
font-weight: var(--fontWeight, revert) !important;
|
|
1954
|
+
line-height: var(--lineHeight, revert) !important;
|
|
1955
|
+
text-decoration: var(--textDecoration, revert);
|
|
1956
|
+
color: var(--selectedColor, revert)
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
i {
|
|
1960
|
+
color: var(--textColor, revert)
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
&.v-selection-control--dirty label,
|
|
1964
|
+
&.v-selection-control--dirty i {
|
|
1965
|
+
color: var(--selectedColor, revert)
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.o-rag-w {
|
|
1970
|
+
.v-input__details {
|
|
1971
|
+
display: none !important;
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.o-rag-iw {
|
|
1976
|
+
|
|
1977
|
+
.v-selection-control-group label,
|
|
1978
|
+
& .v-selection-control-group i {
|
|
1979
|
+
color: var(--textColor, revert) !important;
|
|
1980
|
+
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
.o-rs-w {
|
|
1984
|
+
label {
|
|
1985
|
+
font-size: var(--fontSize, revert) !important;
|
|
1986
|
+
font-weight: var(--fontWeight, revert) !important;
|
|
1987
|
+
line-height: var(--lineHeight, revert) !important;
|
|
1988
|
+
text-decoration: var(--textDecoration, revert);
|
|
1989
|
+
color: var(--textColor, revert)
|
|
1990
|
+
}
|
|
1991
|
+
}
|