mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:18:26 +02:00
💄 Add new UI to viewer area
This commit is contained in:
parent
15f81e557c
commit
f8dd86da34
31 changed files with 2841 additions and 723 deletions
3
frontend/resources/images/icons/expand-refactor.svg
Normal file
3
frontend/resources/images/icons/expand-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M10.357 2.813h2.828v2.829m-10.37 4.713v2.829h2.828m7.071-9.9l-9.428 9.429z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 206 B |
3
frontend/resources/images/icons/reload-refactor.svg
Normal file
3
frontend/resources/images/icons/reload-refactor.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M2.4 8a6 6 0 111.758 4.242M2.4 8l2.1-2zm0 0L1 5.5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 182 B |
|
@ -148,6 +148,7 @@
|
|||
stroke: var(--button-tertiary-foreground-color-active);
|
||||
}
|
||||
}
|
||||
|
||||
&:global(.disabled),
|
||||
&[disabled],
|
||||
&:disabled {
|
||||
|
|
|
@ -297,4 +297,13 @@
|
|||
--tag-background-color: var(--color-accent-primary);
|
||||
|
||||
--link-foreground-color: var(--color-accent-primary);
|
||||
|
||||
// VIEWER
|
||||
--viewer-background-color: var(--color-background-secondary);
|
||||
--viewer-paginator-background-color: var(--color-background-tertiary);
|
||||
--viewer-controls-background-color: var(--color-background-primary);
|
||||
--viewer-inspect-border-color: var(--color-background-tertiary);
|
||||
--viewer-thumbnails-control-foreground-color: var(--color-foreground-secondary);
|
||||
--viewer-thumbnail-border-color: var(--color-accent-primary);
|
||||
--viewer-thumbnail-background-color-selected: var(--color-accent-primary-muted);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue