@deriv-web-design/ui 0.1.37 → 0.1.39
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/index.css +21 -17
- package/dist/index.css.map +1 -1
- package/dist/index.js +14 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11297,41 +11297,45 @@
|
|
|
11297
11297
|
text-align: center;
|
|
11298
11298
|
}
|
|
11299
11299
|
.tchow-stripValueText--labeled {
|
|
11300
|
-
min-width:
|
|
11300
|
+
min-width: 4.5rem;
|
|
11301
11301
|
}
|
|
11302
11302
|
.tchow-stripCaption {
|
|
11303
|
+
justify-self: center;
|
|
11303
11304
|
align-self: start;
|
|
11304
11305
|
display: flex;
|
|
11305
11306
|
flex-direction: column;
|
|
11306
11307
|
align-items: center;
|
|
11307
11308
|
gap: var(--spacing-4);
|
|
11308
|
-
min-
|
|
11309
|
+
min-width: 0;
|
|
11310
|
+
}
|
|
11311
|
+
.tchow-stripCaption--labeled {
|
|
11312
|
+
box-sizing: border-box;
|
|
11313
|
+
width: 5.5rem;
|
|
11314
|
+
max-width: 5.5rem;
|
|
11309
11315
|
}
|
|
11310
11316
|
.tchow-stripArrow {
|
|
11311
11317
|
color: var(--color-slate-500);
|
|
11312
11318
|
flex-shrink: 0;
|
|
11313
11319
|
}
|
|
11314
11320
|
.tchow-stripLabel {
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11321
|
+
box-sizing: border-box;
|
|
11322
|
+
display: block;
|
|
11323
|
+
width: 100%;
|
|
11324
|
+
min-width: 0;
|
|
11325
|
+
max-width: 100%;
|
|
11326
|
+
text-align: center;
|
|
11327
|
+
white-space: normal;
|
|
11328
|
+
overflow-wrap: anywhere;
|
|
11329
|
+
word-break: break-word;
|
|
11330
|
+
line-height: 1.25;
|
|
11318
11331
|
font-family: var(--font-family-base);
|
|
11319
11332
|
font-size: var(--typography-body-xs-font-size);
|
|
11320
11333
|
color: var(--text-secondary);
|
|
11321
|
-
white-space: nowrap;
|
|
11322
11334
|
}
|
|
11323
11335
|
.tchow-stripLabelText {
|
|
11324
|
-
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
}
|
|
11328
|
-
.tchow-stripLabel--edge {
|
|
11329
|
-
width: auto;
|
|
11330
|
-
text-align: center;
|
|
11331
|
-
}
|
|
11332
|
-
.tchow-stripLabel--edge .tchow-stripLabelText {
|
|
11333
|
-
position: static;
|
|
11334
|
-
transform: none;
|
|
11336
|
+
display: block;
|
|
11337
|
+
width: 100%;
|
|
11338
|
+
min-width: 0;
|
|
11335
11339
|
}
|
|
11336
11340
|
|
|
11337
11341
|
/* templates/CryptoTradeConverter/CryptoTradeConverter.css */
|