mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
Fix + button alignment
This commit is contained in:
parent
de8829b9c8
commit
0bfdb70174
1 changed files with 4 additions and 3 deletions
|
|
@ -438,9 +438,10 @@
|
|||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
color: $blue;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
padding: 7px;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
padding: 6px;
|
||||
margin-right: -6px;
|
||||
border-radius: 3px;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue