2022-02-02 09:18:13 +01:00
|
|
|
.typography-item {
|
|
|
|
padding: 0 1rem;
|
|
|
|
margin-right: 1rem;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .typography-name {
|
|
|
|
color: $color-white;
|
2023-05-22 12:39:35 +02:00
|
|
|
max-width: 160px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2022-02-02 09:18:13 +01:00
|
|
|
}
|
|
|
|
|
2022-02-02 18:08:47 +01:00
|
|
|
& .typography-font,
|
|
|
|
& .typography-data {
|
2023-02-22 13:52:45 +01:00
|
|
|
font-size: $fs16;
|
2022-02-02 18:08:47 +01:00
|
|
|
color: $color-gray-30;
|
2022-02-02 09:18:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-text & {
|
2022-02-02 18:08:47 +01:00
|
|
|
& .typography-font,
|
|
|
|
& .typography-data {
|
2022-02-02 09:18:13 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|