forked from verdnatura/salix-front
Merge pull request '#6935 - Update CardDescriptor Style' (!203) from 6935_update_CardDescriptorStyle into dev
Reviewed-on: verdnatura/salix-front#203 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
8493e18f2b
|
@ -188,16 +188,18 @@ const emit = defineEmits(['onFetch']);
|
|||
.label {
|
||||
color: var(--vn-label);
|
||||
font-size: 12px;
|
||||
width: 47%;
|
||||
::after {
|
||||
content: ':';
|
||||
}
|
||||
}
|
||||
.value {
|
||||
color: var(--vn-text);
|
||||
font-size: 14px;
|
||||
margin-left: 12px;
|
||||
width: 47%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
.info {
|
||||
margin-left: 5px;
|
||||
|
|
Loading…
Reference in New Issue