|
@@ -1067,7 +1067,7 @@ a.uppy-Dashboard-poweredBy {
|
|
|
|
|
|
.uppy-Dashboard-actions {
|
|
.uppy-Dashboard-actions {
|
|
height: 55px;
|
|
height: 55px;
|
|
- border-top: 1px solid rgba($color-gray, 0.3);
|
|
|
|
|
|
+ border-top: 1px solid #eaeaea;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
padding: 0 15px;
|
|
padding: 0 15px;
|
|
@@ -1161,7 +1161,7 @@ a.uppy-Dashboard-poweredBy {
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
- border-bottom: 1px solid rgba($color-gray, 0.3);
|
|
|
|
|
|
+ border-bottom: 1px solid #eaeaea;
|
|
background-color: lighten($color-gray, 40%); /* no !important */
|
|
background-color: lighten($color-gray, 40%); /* no !important */
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|