mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
24 lines
355 B
SCSS
24 lines
355 B
SCSS
.typography-item {
|
|
padding: 0 1rem;
|
|
margin-right: 1rem;
|
|
cursor: pointer;
|
|
|
|
& > * {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
& .typography-name {
|
|
color: $color-white;
|
|
}
|
|
|
|
& .typography-font, & .typography-data {
|
|
font-size: 16px;
|
|
color: #7B7D85;
|
|
}
|
|
|
|
.no-text & {
|
|
& .typography-font, & .typography-data {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|