mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 12:48:28 +02:00
✨ First viewer header changes
This commit is contained in:
parent
fcb4cb38a9
commit
e45f7598db
9 changed files with 30 additions and 18 deletions
|
@ -56,17 +56,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $color-gray-30;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
top: 40px;
|
||||
left: 0px;
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
.view-options-dropdown {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
font-size: $fs13;
|
||||
margin-right: $small;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sitemap-zone {
|
||||
|
@ -165,6 +176,10 @@
|
|||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.share-link-dropdown {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue