22 lines
336 B
Plaintext
22 lines
336 B
Plaintext
.suffix {
|
|
overflow: hidden;
|
|
|
|
padding-right: 12px;
|
|
padding-left: 8px;
|
|
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
line-height: 16px;
|
|
color: var(--light-usage-text-color-text-3, rgba(28, 31, 35, 35%));
|
|
}
|
|
|
|
.readonly {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.text-mode {
|
|
font-size: 12px;
|
|
color: var(--coz-fg-primary);
|
|
}
|