mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:28:23 +02:00
✨ Add rename to workspace files and navigation to project
This commit is contained in:
parent
9873ac9104
commit
380f069822
3 changed files with 73 additions and 5 deletions
|
@ -115,8 +115,23 @@
|
|||
&.project-name {
|
||||
color: $color-gray-20;
|
||||
margin-right: $x-small;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.file-name {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-bottom: 1px solid $color-gray-10;
|
||||
background: $color-gray-50;
|
||||
color: $color-gray-10;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue