You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
341 B
24 lines
341 B
td.compact-list-property {
|
|
width: 20%;
|
|
padding: 0 0.5ch;
|
|
|
|
div.label {
|
|
font-size: 0.5em;
|
|
line-height: 1em;
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
div.value {
|
|
font-size: 0.75em;
|
|
padding-bottom: 0.25em;
|
|
user-select: text;
|
|
}
|
|
}
|
|
|
|
td.compact-list-property.short {
|
|
width: 10%;
|
|
}
|
|
|
|
td.compact-list-property.long {
|
|
width: 30%;
|
|
}
|