refs #6935 restyle card #222

Merged
carlossa merged 4 commits from 6935-cardDescriptorRemake into dev 2024-03-06 08:40:13 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 8ad2aed994 - Show all commits

View File

@ -188,7 +188,8 @@ const emit = defineEmits(['onFetch']);
.label {
color: var(--vn-label);
font-size: 12px;
::after {
&:not(:has(a))::after {
content: ':';
}
}