@metropolle/design-system 1.2026.0-1.24.1601 → 1.2026.0-1.24.1854
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/css/components.css +16 -1
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -4305,18 +4305,23 @@ html[data-theme="light"] .mds-verification-check-card--passed .mds-verification-
|
|
|
4305
4305
|
}
|
|
4306
4306
|
|
|
4307
4307
|
.mds-verification-score-badge .mds-verification-score-number {
|
|
4308
|
+
display: block;
|
|
4308
4309
|
font-family: 'OCR-B', 'OCR B Std', 'Courier New', monospace;
|
|
4309
4310
|
font-size: 2.5rem;
|
|
4310
4311
|
font-weight: bold;
|
|
4311
4312
|
line-height: 1;
|
|
4312
4313
|
color: #00d4aa;
|
|
4314
|
+
text-align: center;
|
|
4313
4315
|
}
|
|
4314
4316
|
|
|
4315
4317
|
.mds-verification-score-badge .mds-verification-score-label {
|
|
4316
|
-
|
|
4318
|
+
display: block;
|
|
4319
|
+
font-size: 0.75rem;
|
|
4317
4320
|
text-transform: uppercase;
|
|
4318
4321
|
letter-spacing: 0.1em;
|
|
4319
4322
|
color: var(--mds-color-text-secondary, rgba(255, 255, 255, 0.6));
|
|
4323
|
+
text-align: center;
|
|
4324
|
+
margin-top: 4px;
|
|
4320
4325
|
}
|
|
4321
4326
|
|
|
4322
4327
|
.mds-verification-score-info {
|
|
@@ -4367,6 +4372,16 @@ html[data-theme="light"] .mds-verification-check-card--passed .mds-verification-
|
|
|
4367
4372
|
min-width: 0;
|
|
4368
4373
|
}
|
|
4369
4374
|
|
|
4375
|
+
.mds-verification-check-item .mds-btn {
|
|
4376
|
+
flex-shrink: 0;
|
|
4377
|
+
margin-left: auto;
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
.mds-verification-check-item .mds-btn--sm {
|
|
4381
|
+
padding: 6px 12px;
|
|
4382
|
+
font-size: 0.75rem;
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4370
4385
|
html[data-theme="light"] .mds-verification-score-header {
|
|
4371
4386
|
background: rgba(0, 180, 140, 0.05);
|
|
4372
4387
|
border-color: rgba(0, 180, 140, 0.15);
|