mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:38:24 +02:00
✨ Add new palette UI
This commit is contained in:
parent
68c1d9afaf
commit
36b016a37b
83 changed files with 1710 additions and 267 deletions
|
@ -31,16 +31,19 @@
|
|||
line-height: 1.2;
|
||||
}
|
||||
|
||||
@mixin buttonSmallTipography {
|
||||
font-family: "worksans", sans-serif;
|
||||
font-size: $fs-10;
|
||||
font-weight: $fw400;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
@mixin textEllipsis {
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@mixin twoLineTextEllipsis {
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue