This commit is contained in:
parent
33c68c2f44
commit
749f525f83
44 changed files with 5380 additions and 3532 deletions
|
|
@ -737,6 +737,19 @@ treatment it replaces, which read as the wrong category for the work.
|
|||
.order__vat { color: var(--text-faint); font-size: var(--step--1); margin-top: var(--s-2); }
|
||||
.order__indicative { color: var(--text-muted); font-size: var(--step--1); max-width: var(--measure); }
|
||||
.order__note { color: var(--text-muted); font-size: var(--step--1); max-width: var(--measure); }
|
||||
/* The EURC receiving address: selectable as one run, breakable anywhere —
|
||||
a 42-character hex string has no natural wrap point. */
|
||||
.order__address {
|
||||
display: block;
|
||||
padding: var(--s-1) var(--s0);
|
||||
word-break: break-all;
|
||||
user-select: all;
|
||||
-webkit-user-select: all;
|
||||
}
|
||||
.order__chains { list-style: none; padding-left: 0; }
|
||||
.order__chains li { margin-block-end: var(--s-1); max-width: var(--measure); }
|
||||
.order__chains small { color: var(--text-faint); }
|
||||
.order__chains small code { font-size: inherit; word-break: break-all; }
|
||||
.order__keep {
|
||||
margin-top: var(--s2);
|
||||
color: var(--text-faint);
|
||||
|
|
|
|||
Loading…
Reference in a new issue