1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-25 02:36:26 +02:00
blog/src/features/Web3/components/Preview/Data.module.css
2023-11-05 11:48:01 +00:00

39 lines
658 B
CSS

.to,
.from {
display: block;
word-break: break-all;
background: none;
padding: 0;
font-size: var(--font-size-mini);
}
.to:last-child:not(:only-child),
.from:last-child:not(:only-child) {
padding-left: 14px;
}
.to:last-child:not(:only-child)::first-letter,
.from:last-child:not(:only-child)::first-letter {
margin-left: -14px;
}
.table {
/* max-width: 386px; */
margin-bottom: calc(var(--spacer) / 1.5);
}
table[aria-disabled='true'] {
opacity: 0.5;
pointer-events: none;
}
.table td {
padding: calc(var(--spacer) / 4) calc(var(--spacer) / 3);
}
.label {
color: var(--text-color-light);
vertical-align: top;
width: 6rem;
}