| |
| |
| @use "lmf-readout" as lmf; |
|
|
| .attribution-inspector-surface { |
| position: relative; |
| min-width: 0; |
| } |
|
|
| |
| .LMF .text-layer .attribution-predicted-ghost-pill { |
| font-family: lmf.$mono-font-stack; |
| font-size: 10pt; |
| position: relative; |
| display: inline-flex; |
| align-items: center; |
| vertical-align: middle; |
| box-sizing: border-box; |
| margin-left: 1.5em; |
| padding: 0.12em 0.5em; |
| |
| border-radius: 9px; |
| background: rgba(255, 71, 64, 0.7); |
| |
|
|
| |
| &::before { |
| content: '->'; |
| position: absolute; |
| right: 100%; |
| margin-right: 0.1em; |
| opacity: 0.75; |
| color: var(--text-muted, #666); |
| white-space: nowrap; |
| } |
| } |
|
|