mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:38:23 +02:00
✨ UI Integration
This commit is contained in:
parent
284fc2acbc
commit
b497de0dae
20 changed files with 442 additions and 246 deletions
|
@ -1705,7 +1705,9 @@
|
|||
color: $color-gray-20;
|
||||
&.active,
|
||||
&:hover {
|
||||
color: $color-primary;
|
||||
&.dir {
|
||||
color: $color-primary;
|
||||
}
|
||||
svg {
|
||||
fill: $color-primary;
|
||||
}
|
||||
|
@ -2160,6 +2162,9 @@
|
|||
.columns-info {
|
||||
flex-grow: 1;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.expand-icon,
|
||||
.add-column {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue