migrate/resources/css/product-urls.css

47 lines
820 B
CSS

/* Product URLs comparison page specific styles */
.status-badge {
display: inline-block;
padding: 4px 12px;
border-radius: 12px;
font-size: 0.85em;
font-weight: 600;
text-transform: uppercase;
}
.status-match {
background: #FF8C42;
color: white;
}
.status-warning {
background: #FF6B35;
color: white;
}
.status-info {
background: #FFA366;
color: white;
}
.status-error {
background: #C43A0D;
color: white;
}
#comparisonTable td,
#m1UrlsTable td,
#m2UrlsTable td {
word-break: break-word;
max-width: 300px;
}
#comparisonTable td:nth-child(5),
#comparisonTable td:nth-child(6),
#m1UrlsTable td:nth-child(4),
#m1UrlsTable td:nth-child(5),
#m2UrlsTable td:nth-child(4),
#m2UrlsTable td:nth-child(5) {
font-family: monospace;
font-size: 0.8em;
}