0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00
penpot/frontend/resources/styles/main/partials/text-palette.scss
2022-02-03 18:27:12 +01:00

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;
}
}
}