feat(client): enrich digital skill catalog
This commit is contained in:
@@ -978,6 +978,9 @@
|
||||
.de-skill-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
|
||||
.de-skill-name { font-size: 15px; font-weight: 600; color: var(--de-text-primary); }
|
||||
.de-skill-desc { font-size: 13px; color: var(--de-text-body); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
|
||||
.de-skill-meta-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; min-height: 24px; }
|
||||
.de-skill-meta-chip { display: inline-flex; align-items: center; max-width: 160px; min-height: 22px; padding: 0 8px; border-radius: 999px; border: 1px solid rgba(79,172,254,0.14); background: rgba(79,172,254,0.08); color: #41627f; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
||||
.de-skill-recent { margin: 0; font-size: 12px; color: var(--de-text-muted); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
|
||||
.de-skill-card-foot { display: flex; align-items: center; justify-content: space-between; }
|
||||
.de-skill-version { font-size: 11px; color: var(--de-text-muted); }
|
||||
.de-skill-status { font-size: 11px; font-weight: 600; }
|
||||
|
||||
Reference in New Issue
Block a user