mirror of
https://github.com/penpot/penpot.git
synced 2025-06-17 21:01:39 +02:00
Merge pull request #3576 from penpot/niwinz-develop-update-deps
⬆️ Update dependencies
This commit is contained in:
commit
722ad5216f
22 changed files with 747 additions and 738 deletions
|
@ -18,7 +18,10 @@
|
|||
border-radius: $s-8;
|
||||
z-index: $z-index-2;
|
||||
background-color: var(--color-background-primary);
|
||||
transition: top 0.3s, height 0.3s, opacity 0.3s;
|
||||
transition:
|
||||
top 0.3s,
|
||||
height 0.3s,
|
||||
opacity 0.3s;
|
||||
|
||||
.main-toolbar-options {
|
||||
position: relative;
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
padding: $s-0 $s-0 $s-8 $s-8;
|
||||
border-radius: $br-8;
|
||||
background-color: var(--palette-background-color);
|
||||
transition: right 0.3s, opacity 0.2s, width 0.3s;
|
||||
transition:
|
||||
right 0.3s,
|
||||
opacity 0.2s,
|
||||
width 0.3s;
|
||||
&.wide {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
(progress! context type file nil nil))
|
||||
|
||||
([context type current total]
|
||||
(keyword? type)
|
||||
(assert (keyword? type))
|
||||
(assert (number? current))
|
||||
(assert (number? total))
|
||||
(progress! context type nil current total))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue