Skip to content
Prev Previous commit
Next Next commit
Add styles
  • Loading branch information
arturi committed Feb 2, 2018
commit ac43a6a78427596fecc872996edaba3b3996f3ac
30 changes: 30 additions & 0 deletions src/scss/_url.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.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: 50px;
height: 50px;
background-color: $color-cornflower-blue;
cursor: pointer;
padding: 12px;
}

.uppy-Url-importButton-icon {
width: 100%;
height: 100%;
}
1 change: 1 addition & 0 deletions src/scss/uppy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@import '_dashboard.scss';
@import '_dragdrop.scss';
@import '_provider.scss';
@import '_url.scss';
@import '_progressbar.scss';
@import '_statusbar.scss';
@import '_webcam.scss';