mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:18:24 +02:00
✨ Add read-only pill to the workspace
This commit is contained in:
parent
587735a901
commit
b47c0dd0b7
9 changed files with 95 additions and 47 deletions
|
@ -23,6 +23,11 @@
|
|||
padding: 0;
|
||||
cursor: pointer;
|
||||
|
||||
.code-block & {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
|
|
@ -366,7 +366,7 @@ $height-palette-max: 80px;
|
|||
pointer-events: none;
|
||||
|
||||
.path-actions,
|
||||
.grid-actions {
|
||||
.viewport-actions-container {
|
||||
pointer-events: initial;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -377,7 +377,7 @@ $height-palette-max: 80px;
|
|||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.grid-actions {
|
||||
.viewport-actions-container {
|
||||
padding-left: 1rem;
|
||||
gap: 12px;
|
||||
color: var(--color-gray-60);
|
||||
|
@ -389,7 +389,7 @@ $height-palette-max: 80px;
|
|||
height: 24px;
|
||||
}
|
||||
|
||||
.grid-edit-title {
|
||||
.viewport-actions-title {
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue