mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
faster transitions
This commit is contained in:
parent
b293945531
commit
788b2ea365
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
box-shadow: 1px 1px 4px 0 rgba($color-asphalt-gray, 0.3);
|
||||
// overflow-x: hidden;
|
||||
z-index: $zIndex-2;
|
||||
transition: height .35s;
|
||||
transition: height .2s;
|
||||
}
|
||||
|
||||
.uppy-StatusBar[aria-hidden=true] {
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
padding: 7px 10px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.uppy-StatusBar-actionBtn:not(:last-child) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue