mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:08:28 +02:00
✨ Measurements in handoff mode
This commit is contained in:
parent
25686eeba1
commit
14d10af9b8
4 changed files with 233 additions and 34 deletions
|
@ -108,6 +108,8 @@
|
|||
.color-bullet {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: $br-small;
|
||||
border: 1px solid $color-gray-60;
|
||||
}
|
||||
.attributes-copy-button {
|
||||
padding: 1rem 0.5rem;
|
||||
|
@ -252,5 +254,12 @@
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.attributes-shadow-block {
|
||||
border-top: 1px solid $color-gray-60;
|
||||
}
|
||||
|
||||
.attributes-shadow-blocks :first-child {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue