@omnia/runtime 8.0.216-dev → 8.0.217-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.
@@ -9,6 +9,7 @@
9
9
  .olmkbo7:not(#\#){border-top:var(--borderTop,revert)}
10
10
  .o1kapfjr:not(#\#){flex:var(--flex,revert)}
11
11
  .ob3r6kr:not(#\#){overflow:hidden}
12
+ .o1bmpxvi:not(#\#){text-decoration:var(--textDecoration,revert)}
12
13
  .o7mpspi:not(#\#){transition:.4s}
13
14
  .o5z8be9:not(#\#){transition:var(--transition,revert)}
14
15
  .o1ua5tub:not(#\#):not(#\#){-webkit-box-orient:vertical}
@@ -17,6 +18,7 @@
17
18
  .o1bdtpbn:not(#\#):not(#\#){align-items:var(--alignItems,revert)}
18
19
  .orvokbi:not(#\#):not(#\#){align-self:var(--alignSelf,revert)}
19
20
  .o1xx3nwc:not(#\#):not(#\#){back-drop-filter:var(--backDropFilter,revert)}
21
+ .okpg4c3:not(#\#):not(#\#){background-clip:var(--backgroundClip,revert)}
20
22
  .oq1mx2j:not(#\#):not(#\#){background-color:var(--backgroundColor,revert)}
21
23
  .od1wvjb:not(#\#):not(#\#){box-sizing:var(--boxSizing,revert)}
22
24
  .o19dipnz:not(#\#):not(#\#){color:var(--color,revert)}
@@ -30,11 +32,14 @@
30
32
  .ocr92ck:not(#\#):not(#\#){flex-direction:var(--flexDirection,revert)}
31
33
  .o11kkp4q:not(#\#):not(#\#){flex-grow:var(--flexGrow,revert)}
32
34
  .oq4ukbr:not(#\#):not(#\#){flex-wrap:var(--flexWrap,revert)}
35
+ .o1q1tvw:not(#\#):not(#\#){font-family:var(--fontFamily,revert)}
33
36
  .o13jbg0v:not(#\#):not(#\#){font-size:var(--fontSize,revert)}
34
37
  .o1d8kn6q:not(#\#):not(#\#){font-weight:var(--fontWeight,revert)}
35
38
  .o1qa288d:not(#\#):not(#\#){justify-content:var(--justifyContent,revert)}
39
+ .oatrb82:not(#\#):not(#\#){line-height:var(--lineHeight,revert)}
36
40
  .o1u4uod0:not(#\#):not(#\#){opacity:var(--opacity,revert)}
37
41
  .om8a6f2:not(#\#):not(#\#){row-gap:var(--rowGap,revert)}
42
+ .otc2z4j:not(#\#):not(#\#){text-fill-color:var(--textFillColor,revert)}
38
43
  .o7p49u4:not(#\#):not(#\#){transform:rotate(0deg)}
39
44
  .o1iffjtl:not(#\#):not(#\#){transform:rotate(90deg)}
40
45
  .o1v0jg1i:not(#\#):not(#\#){transform:var(--transform,revert)}
@@ -60,7 +65,33 @@
60
65
  .o1af1tl5:not(#\#):not(#\#):not(#\#){padding-right:var(--paddingRight,revert)}
61
66
  .obobb8a:not(#\#):not(#\#):not(#\#){padding-top:var(--paddingTop,revert)}
62
67
  .o17fnjtu:not(#\#):not(#\#):not(#\#){width:var(--width,revert)}
63
- /*!
68
+ .os-imp-width {
69
+ width: var(--width, revert) !important
70
+ }
71
+
72
+ .os-imp-bg-clip {
73
+ background-clip: var(--backgroundClip, revert) !important;
74
+ -webkit-background-clip: var(--backgroundClip, revert) !important;
75
+ }
76
+
77
+ .os-imp-bg {
78
+ background: var(--background, revert) !important;
79
+ }
80
+
81
+ .os-imp-color {
82
+ color: var(--color, revert) !important;
83
+ }
84
+
85
+ .os-imp-text-decoration {
86
+ text-decoration: var(--textDecoration, revert) !important
87
+ }
88
+
89
+ .os-imp-font {
90
+ font-size: var(--fontSize, revert) !important;
91
+ font-weight: var(--fontWeight, revert) !important;
92
+ line-height: var(--lineHeight, revert) !important;
93
+ }
94
+ /*!
64
95
  use .css file to override vuetify css prevent flickering because that will bundle to omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css
65
96
  */
66
97
 
@@ -149,6 +180,53 @@ html[data-omfx] pre {
149
180
  margin-left: 0;
150
181
  margin-right: 0;
151
182
  }
183
+
184
+ /*Apply some rules for mobile devices (focus on ios)*/
185
+
186
+ /* CSS specific to iOS devices */
187
+ @supports (-webkit-touch-callout: none) {
188
+ @media (min-device-width:320px) and (max-device-width:600px) {
189
+ #omnia-app{
190
+ overflow-y: hidden;
191
+ }
192
+ }
193
+ }
194
+
195
+ @media (min-device-width:320px) and (max-device-width:600px) {
196
+ #omnia-content-footer{
197
+ padding-bottom: 60px
198
+ }
199
+ }
200
+ .o-typo {
201
+
202
+ @media screen and (max-width: 420px) {
203
+ font-size: var(--sm-fontSize, revert) !important;
204
+ font-weight: var(--sm-fontWeight, revert) !important;
205
+ line-height: var(--sm-lineHeight, revert) !important;
206
+ }
207
+
208
+ @media screen and (max-width: 420px) {
209
+ font-size: var(--sm-fontSize, revert) !important;
210
+ font-weight: var(--sm-fontWeight, revert) !important;
211
+ line-height: var(--sm-lineHeight, revert) !important;
212
+ }
213
+ }
214
+
215
+ @media screen and (max-width: 420px) {
216
+ .o-typo-font {
217
+ font-size: var(--sm-fontSize, revert) !important;
218
+ font-weight: var(--sm-fontWeight, revert) !important;
219
+ line-height: var(--sm-lineHeight, revert) !important;
220
+ }
221
+ }
222
+
223
+ @media screen and (min-width: 421) and (max-width: 1200px) {
224
+ .o-typo-font {
225
+ font-size: var(--md-fontSize, revert) !important;
226
+ font-weight: var(--md-fontWeight, revert) !important;
227
+ line-height: var(--md-lineHeight, revert) !important;
228
+ }
229
+ }
152
230
  /*!
153
231
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
154
232
  */
@@ -1218,12 +1296,12 @@ html[data-omfx] pre {
1218
1296
  }
1219
1297
 
1220
1298
  .v-btn.o-btn-wrapper {
1221
- color: var(--obtn-color) !important;
1222
- background: var(--obtn-background) !important;
1299
+ color: var(--obtn-color, revert) !important;
1300
+ background: var(--obtn-background, revert) !important;
1223
1301
  }
1224
1302
 
1225
1303
  .v-btn.o-btn-wrapper i {
1226
- color: var(--obtn-nest-color) !important;
1304
+ color: var(--obtn-nest-color, revert) !important;
1227
1305
  }
1228
1306
 
1229
1307
  .v-btn.o-btn-wrapper .v-btn__content {
@@ -1231,7 +1309,7 @@ html[data-omfx] pre {
1231
1309
  }
1232
1310
 
1233
1311
  .v-btn.o-btn-wrapper:hover>.v-btn__overlay {
1234
- background: var(--obtn-nest-background) !important;
1312
+ background: var(--obtn-nest-background, revert) !important;
1235
1313
  }
1236
1314
  [comp="o-icon"].ms-Icon {
1237
1315
  margin-top: "10px";