mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
31 lines
539 B
SCSS
31 lines
539 B
SCSS
.uppy-Url {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.uppy-Url-input {
|
|
width: 80%;
|
|
height: 50px;
|
|
padding-left: 10px;
|
|
font-size: 15px;
|
|
border: 1px solid rgba($color-gray, 0.5);
|
|
border-right: 0;
|
|
}
|
|
|
|
.uppy-Url-importButton {
|
|
@include reset-button();
|
|
width: 100px;
|
|
height: 50px;
|
|
color: $color-white;
|
|
background-color: $color-cornflower-blue;
|
|
cursor: pointer;
|
|
padding: 12px;
|
|
}
|
|
|
|
// .uppy-Url-importButton-icon {
|
|
// width: 100%;
|
|
// height: 100%;
|
|
// }
|