mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:28:28 +02:00
🎉 Added a tag to mark read only mode
This commit is contained in:
parent
987b7f44f4
commit
2ab3ed9ab4
4 changed files with 34 additions and 12 deletions
|
@ -119,6 +119,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
& .view-only-mode {
|
||||
color: $color-primary;
|
||||
border: 1px solid $color-primary;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
padding: 0px 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
& .focus-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue