mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 20:27:13 +00:00
smaller preview icon, close icon color, cursor: pointer only for button in statusBarAction
This commit is contained in:
parent
26bb99c341
commit
e80d4040f7
1 changed files with 8 additions and 5 deletions
|
|
@ -90,7 +90,7 @@
|
|||
}
|
||||
|
||||
.UppyDashboard--wide & {
|
||||
color: $color-white;
|
||||
color: $color-asphalt-gray;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
|
||||
|
|
@ -472,7 +472,7 @@
|
|||
}
|
||||
|
||||
.UppyDashboardItem-previewIcon {
|
||||
height: 65%;
|
||||
height: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
@ -536,7 +536,7 @@
|
|||
text-align: left;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
top: 10px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
|
|
@ -1053,8 +1053,11 @@
|
|||
}
|
||||
|
||||
.UppyDashboard-statusBarAction {
|
||||
@include reset-button;
|
||||
color: $color-white;
|
||||
cursor: pointer;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
button.UppyDashboard-statusBarAction {
|
||||
@include reset-button;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue