16 lines
301 B
CSS
16 lines
301 B
CSS
.v-label {
|
|
align-items: center;
|
|
color: inherit;
|
|
display: inline-flex;
|
|
font-size: 1rem;
|
|
letter-spacing: 0.009375em;
|
|
min-width: 0;
|
|
opacity: var(--v-medium-emphasis-opacity);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.v-label--clickable {
|
|
cursor: pointer;
|
|
} |