uppy
Version:
Almost as cute as a Puppy :dog:
1,989 lines (1,738 loc) • 48.9 kB
CSS
/**
* Uppy CSS and all of its out-of-the-box plugins
*/
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
25% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeIn {
0% {
opacity: 0; }
25% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
.UppyAnimation-zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
/**
* General Uppy styles that apply to everything inside the .Uppy container
*/
.Uppy {
box-sizing: border-box; }
.Uppy *, .Uppy *:before, .Uppy *:after {
box-sizing: inherit; }
.UppyIcon {
max-width: 100%;
max-height: 100%;
fill: currentColor;
display: inline-block;
vertical-align: text-top;
overflow: hidden; }
.UppyTheme--default {
font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
line-height: 1;
-webkit-font-smoothing: antialiased; }
.UppyButton--circular {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s; }
.UppyButton--blue {
color: #fff;
background-color: #4A90E2; }
.UppyButton--blue:hover, .UppyButton--blue:focus {
background-color: #2275d7; }
.UppyButton--white {
color: #525252;
background-color: #fff; }
.UppyButton--white:hover, .UppyButton--white:focus {
color: #fff;
background-color: #2275d7; }
.UppyButton--yellow {
color: #fff;
background-color: #FFD600; }
.UppyButton--yellow:hover, .UppyButton--yellow:focus {
background-color: #e6c100; }
.UppyButton--green {
color: #fff;
background-color: #7AC824; }
.UppyButton--green:hover, .UppyButton--green:focus {
background-color: #609d1c; }
.UppyButton--red {
color: #fff;
background-color: #D32F2F; }
.UppyButton--red:hover, .UppyButton--red:focus {
background-color: #ab2424; }
.UppyButton--sizeM {
width: 60px;
height: 60px; }
.UppyButton--sizeS {
width: 45px;
height: 45px; }
.uppy-FileInput-form {
margin-bottom: 15px; }
.uppy-FileInput-btn {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
font-family: sans-serif;
font-size: 0.85em;
padding: 10px 15px;
color: #e02177;
border: 1px solid #e02177;
border-radius: 15px;
cursor: pointer; }
.uppy-FileInput-btn:hover {
background-color: #e02177;
color: #fff; }
.UppyInformer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 12px;
font-weight: 500;
padding: 0 15px;
height: 30px;
line-height: 30px;
background-color: #000;
color: #fff;
opacity: 0.9;
-webkit-transform: none;
transform: none;
transition: all 300ms ease-in;
z-index: 1004; }
.UppyDashboard--wide .UppyInformer {
height: 40px;
line-height: 40px;
font-size: 13px; }
.UppyInformer[aria-hidden=true] {
opacity: 0;
-webkit-transform: translateY(200%);
transform: translateY(200%);
transition: all 300ms ease-in; }
.UppyInformer p {
margin: 0;
padding: 0;
height: 30px;
line-height: 30px; }
.UppyDashboard--wide .UppyInformer p {
height: 40px;
line-height: 40px; }
.UppyInformer span {
line-height: 12px;
width: 13px;
height: 13px;
display: inline-block;
vertical-align: middle;
background-color: #fff;
border-radius: 50%;
position: relative;
top: -1px;
left: 3px;
font-size: 10px;
margin-left: -1px; }
.UppyInformer span:after {
line-height: 1.3;
word-wrap: break-word; }
button[data-balloon] {
overflow: visible; }
[data-balloon] {
position: relative;
cursor: pointer; }
[data-balloon]:after {
filter: alpha(opactiy=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
transition: all 0.18s ease-out 0.18s;
font-family: sans-serif ;
font-weight: normal ;
font-style: normal ;
text-shadow: none ;
font-size: 12px ;
background: rgba(17, 17, 17, 0.9);
border-radius: 4px;
color: #fff;
content: attr(data-balloon);
padding: .5em 1em;
position: absolute;
white-space: nowrap;
z-index: 10; }
[data-balloon]:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
filter: alpha(opactiy=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
transition: all 0.18s ease-out 0.18s;
content: '';
position: absolute;
z-index: 10; }
[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
filter: alpha(opactiy=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
pointer-events: auto; }
[data-balloon][data-balloon-pos="up"]:after {
bottom: 100%;
left: 50%;
margin-bottom: 11px;
-webkit-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up"]:before {
bottom: 100%;
left: 50%;
margin-bottom: 5px;
-webkit-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos="up-left"]:after {
bottom: 100%;
left: 0;
margin-bottom: 11px;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up-left"]:before {
bottom: 100%;
left: 5px;
margin-bottom: 5px;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos="up-right"]:after {
bottom: 100%;
right: 0;
margin-bottom: 11px;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up-right"]:before {
bottom: 100%;
right: 5px;
margin-bottom: 5px;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
-webkit-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos='down']:after {
left: 50%;
margin-top: 11px;
top: 100%;
-webkit-transform: translate(-50%, -10px);
transform: translate(-50%, -10px); }
[data-balloon][data-balloon-pos='down']:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
left: 50%;
margin-top: 5px;
top: 100%;
-webkit-transform: translate(-50%, -10px);
transform: translate(-50%, -10px); }
[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos='down-left']:after {
left: 0;
margin-top: 11px;
top: 100%;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px); }
[data-balloon][data-balloon-pos='down-left']:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
left: 5px;
margin-top: 5px;
top: 100%;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px); }
[data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos='down-right']:after {
right: 0;
margin-top: 11px;
top: 100%;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px); }
[data-balloon][data-balloon-pos='down-right']:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
right: 5px;
margin-top: 5px;
top: 100%;
-webkit-transform: translate(0, -10px);
transform: translate(0, -10px); }
[data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
[data-balloon][data-balloon-pos='left']:after {
margin-right: 11px;
right: 100%;
top: 50%;
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%); }
[data-balloon][data-balloon-pos='left']:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 6px;
height: 18px;
margin-right: 5px;
right: 100%;
top: 50%;
-webkit-transform: translate(10px, -50%);
transform: translate(10px, -50%); }
[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='right']:after {
left: 100%;
margin-left: 11px;
top: 50%;
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%); }
[data-balloon][data-balloon-pos='right']:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 6px;
height: 18px;
left: 100%;
margin-left: 5px;
top: 50%;
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%); }
[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-length='small']:after {
white-space: normal;
width: 80px; }
[data-balloon][data-balloon-length='medium']:after {
white-space: normal;
width: 150px; }
[data-balloon][data-balloon-length='large']:after {
white-space: normal;
width: 260px; }
[data-balloon][data-balloon-length='xlarge']:after {
white-space: normal;
width: 380px; }
@media screen and (max-width: 768px) {
[data-balloon][data-balloon-length='xlarge']:after {
white-space: normal;
width: 90vw; } }
[data-balloon][data-balloon-length='fit']:after {
white-space: normal;
width: 100%; }
.UppyDashboard--modal {
z-index: 1001; }
.UppyDashboard--modal[aria-hidden=true] {
display: none; }
.is-UppyDashboard-open {
width: 100%;
overflow: hidden;
position: fixed; }
.UppyDashboard--modal .UppyDashboard-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1001; }
.UppyDashboard-inner {
position: relative;
background-color: #fafafa;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1003;
outline: none;
border: 1px solid rgba(147, 147, 147, 0.2); }
@media only screen and (min-width: 768px) {
.UppyDashboard-inner {
width: 750px;
height: 550px;
border-radius: 5px; } }
.UppyDashboard-innerWrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
overflow: hidden;
min-height: 300px; }
.UppyDashboard--semiTransparent .UppyDashboard-inner {
background-color: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px); }
.UppyDashboard--modal .UppyDashboard-inner {
position: fixed;
top: 0;
left: 0;
border: none; }
@media only screen and (min-width: 768px) {
.UppyDashboard--modal .UppyDashboard-inner {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 0px 20px 7px rgba(147, 147, 147, 0.15); } }
.UppyDashboard-close {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
display: none;
position: absolute;
top: 7px;
right: 7px;
cursor: pointer;
color: #858585;
z-index: 1004;
transition: all 0.2s; }
.UppyDashboard-close:hover {
color: #4A90E2; }
.UppyDashboard-close .UppyIcon {
width: 12px;
height: 12px; }
.UppyDashboard--wide .UppyDashboard-close {
top: 10px;
right: 8px; }
.UppyDashboard--wide .UppyDashboard-close .UppyIcon {
width: 14px;
height: 14px; }
.UppyDashboard--modal .UppyDashboard-close {
display: block; }
.UppyDashboardTabs {
padding-top: 7px;
padding-bottom: 7px;
border-bottom: 1px dashed #b9b9b9; }
.UppyDashboardTabs[aria-hidden=true] {
display: none; }
.UppyDashboardTabs-title {
font-size: 15px;
line-height: 30px;
font-weight: 400;
text-align: center;
margin: 0;
padding: 0;
text-align: center;
color: #525252; }
.UppyDashboard--wide .UppyDashboardTabs-title {
font-size: 17px;
line-height: 40px; }
.UppyDashboard-browse {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
cursor: pointer;
color: #2275d7; }
.UppyDashboardTabs-list {
list-style-type: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UppyDashboardTab {
width: 70px;
margin: 0;
display: inline-block;
text-align: center; }
.UppyDashboard--wide .UppyDashboardTab {
width: 75px;
margin: 0 5px; }
.UppyDashboardTab-btn {
width: 100%;
cursor: pointer;
border: 0;
background-color: transparent;
-webkit-appearance: none;
outline: none;
transition: all 0.3s;
color: #535353; }
.UppyDashboardTab-btn:focus, .UppyDashboardTab-btn:active, .UppyDashboardTab-btn:hover {
color: #4A90E2; }
.UppyDashboardTab-name {
font-size: 8px;
margin-top: 5px;
margin-bottom: 0;
font-weight: normal;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.UppyDashboard--wide .UppyDashboardTab-name {
font-size: 9px; }
.UppyDashboardTab .UppyIcon {
width: 18px;
height: 18px;
vertical-align: middle; }
.UppyDashboard--wide .UppyDashboardTab .UppyIcon {
width: 23px;
height: 23px; }
.UppyDashboard-input {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.UppyDashboardContent-bar {
position: absolute;
top: 0;
left: 0;
height: 40px;
width: 100%;
border-bottom: 1px solid rgba(147, 147, 147, 0.3);
z-index: 1004;
background-color: whitesmoke; }
.UppyDashboard--wide .UppyDashboardContent-bar {
height: 50px; }
.UppyDashboardContent-title {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
margin: 0;
font-size: 14px;
line-height: 40px;
font-weight: normal;
max-width: 170px;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
margin: auto; }
.UppyDashboard--wide .UppyDashboardContent-title {
font-size: 16px;
line-height: 50px;
max-width: 300px; }
.UppyDashboardContent-titleFile {
text-decoration: underline; }
.UppyDashboardContent-back {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
position: absolute;
top: 0;
left: 15px;
font-size: 14px;
line-height: 40px;
font-weight: 500;
cursor: pointer;
color: #4A90E2; }
.UppyDashboard--wide .UppyDashboardContent-back {
font-size: 15px;
line-height: 50px; }
.UppyDashboardContent-back .UppyIcon {
position: relative;
margin-right: 3px; }
.UppyDashboardContent-panel {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: translateY(-105%);
transform: translateY(-105%);
transition: -webkit-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
will-change: transform;
background-color: whitesmoke;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
padding-top: 40px;
overflow: hidden;
z-index: 1003; }
.UppyDashboard--wide .UppyDashboardContent-panel {
padding-top: 50px; }
.UppyDashboardContent-panel[aria-hidden=false] {
-webkit-transform: none;
transform: none; }
.UppyDashboard-progress {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 12%; }
.UppyDashboard-progressBarContainer.is-active {
z-index: 1004;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.UppyDashboard-next {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: none;
background-color: rgba(147, 147, 147, 0.7);
-webkit-appearance: none;
border: 0;
z-index: 1003;
transition: background-color 0.5s;
color: #fff;
font-family: inherit;
font-size: 14px;
line-height: 1;
padding: 0;
margin: 0;
outline: none;
cursor: not-allowed; }
.UppyDashboard-next.is-active {
cursor: pointer;
background-color: #4A90E2; }
.UppyDashboard-next.is-active:hover {
background-color: #1b5dab; }
.UppyDashboard-filesContainer {
position: relative;
overflow-y: hidden;
margin: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.UppyDashboard-filesContainer:after {
content: '';
display: table;
clear: both; }
.UppyDashboard-files {
margin: 0;
padding: 10px;
overflow-y: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.UppyDashboard.drag .UppyDashboard-innerWrap {
background-color: #e6e6e6; }
.UppyDashboard.drag .UppyDashboard-files--noFiles {
border-color: #b1b1b1; }
.UppyDashboard-bgIcon {
width: 100%;
max-width: 360px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0.7;
transition: all 0.3s;
padding: 0 20px; }
.UppyDashboard-bgIcon .UppyIcon {
width: 100%;
height: 80px;
fill: none;
stroke: #525252; }
.UppyDashboard--wide .UppyDashboard-bgIcon .UppyIcon {
height: 110px; }
.UppyDashboard.drag .UppyDashboard-bgIcon {
opacity: 1; }
.UppyDashboard-dropFilesTitle {
text-align: center;
font-size: 15px;
line-height: 1.45;
font-weight: normal;
color: #525252;
margin: 0;
margin-top: 25px; }
.UppyDashboard--wide .UppyDashboard-dropFilesTitle {
font-size: 18px; }
.UppyDashboard-note {
font-size: 12px;
line-height: 1.2;
text-align: center;
margin-top: 20px;
color: #525252; }
.UppyDashboard--wide .UppyDashboard-note {
font-size: 13px; }
.UppyDashboardItem {
list-style: none;
margin: 10px 0;
position: relative;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid rgba(147, 147, 147, 0.2); }
.UppyDashboard--wide .UppyDashboardItem {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
float: left;
width: 140px;
height: 170px;
margin: 15px 21px;
border-radius: 6px;
border: 0; }
.UppyDashboardItem-preview {
width: 60px;
height: 60px;
border-bottom: 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UppyDashboard--wide .UppyDashboardItem-preview {
width: 100%;
height: 100px;
border: 0; }
.UppyDashboardItem-sourceIcon {
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
opacity: 0.7; }
.UppyDashboard--wide .UppyDashboardItem-sourceIcon {
width: 10px;
height: 10px; }
.UppyDashboardItem-previewInnerWrap {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.UppyDashboard--wide .UppyDashboardItem-previewInnerWrap {
border-top-left-radius: 6px;
border-top-right-radius: 6px; }
.UppyDashboardItem-previewInnerWrap:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.65);
display: none;
z-index: 1001; }
.UppyDashboardItem-preview img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.UppyDashboardItem-previewIconWrap {
height: 85%;
position: relative; }
.UppyDashboardItem-previewIconBg {
height: 100%;
-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 1px);
filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 1px); }
.UppyDashboardItem-previewIcon {
width: 25%;
max-height: 55%;
z-index: 100;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.UppyDashboard--wide .UppyDashboardItem-previewIcon {
width: 40%;
max-height: 80%; }
.UppyDashboardItem-info {
padding: 8px 32px 8px 10px;
position: relative;
max-width: 70%; }
.UppyDashboard--wide .UppyDashboardItem-info {
width: 100%;
max-width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border: 1px solid rgba(147, 147, 147, 0.2);
border-top: 0; }
.UppyDashboardItem-name {
font-size: 11px;
line-height: 1.35;
font-weight: 500;
margin: 0;
padding: 0;
max-height: 28px;
overflow: hidden;
margin-bottom: 5px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.UppyDashboard--wide .UppyDashboardItem-name {
word-break: break-all;
white-space: normal; }
.UppyDashboardItem-name a {
text-decoration: underline;
color: #000; }
.UppyDashboardItem-status {
font-size: 11px;
font-weight: normal;
color: #939393;
margin-bottom: 4px; }
.UppyDashboardItem-statusSize {
display: inline-block;
vertical-align: bottom;
text-transform: uppercase;
margin-right: 3px; }
.UppyDashboardItem-edit,
.UppyDashboardItem-copyLink {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
font-size: 12px;
text-align: left;
cursor: pointer;
position: absolute;
top: 9px;
right: 10px; }
.UppyDashboard--wide .UppyDashboardItem-edit, .UppyDashboard--wide
.UppyDashboardItem-copyLink {
top: 8px;
right: 8px; }
.UppyDashboardItem-edit .UppyIcon {
width: 11px;
height: 11px;
color: #525252; }
.UppyDashboard--wide .UppyDashboardItem-edit .UppyIcon {
width: 12px;
height: 12px; }
.UppyDashboardItem-copyLink .UppyIcon {
width: 11px;
height: 11px;
color: #525252; }
.UppyDashboard--wide .UppyDashboardItem-copyLink .UppyIcon {
width: 13px;
height: 13px; }
.UppyDashboardItem-action {
position: absolute;
top: 8px;
right: 5px;
z-index: 1003; }
.UppyDashboard--wide .UppyDashboardItem-action {
top: -8px;
right: -8px; }
.UppyDashboardItem-remove {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
cursor: pointer;
color: rgba(82, 82, 82, 0.6);
width: 16px; }
.UppyDashboard--wide .UppyDashboardItem-remove {
width: 20px;
color: #525252; }
.UppyDashboardItem.is-inprogress:not(.is-resumable) .UppyDashboardItem-remove {
display: none; }
.UppyDashboardItem-remove .UppyIcon {
max-width: 100%; }
.UppyDashboardItem-progress {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1003;
color: #fff;
text-align: center;
width: 120px;
display: none;
transition: all .35 ease; }
.UppyDashboardItem.is-complete .UppyDashboardItem-progress {
-webkit-transform: initial;
transform: initial;
top: -7px;
right: -7px;
left: initial;
width: auto; }
.UppyDashboardItem.is-inprogress .UppyDashboardItem-progress,
.UppyDashboardItem.is-complete .UppyDashboardItem-progress {
display: block; }
.UppyDashboardItem-progressBtn {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
width: 38px;
height: 38px;
opacity: 0.9;
cursor: pointer;
transition: all .35s ease; }
.UppyDashboard--wide .UppyDashboardItem-progressBtn {
width: 55px;
height: 55px; }
.UppyDashboardItem.is-complete .UppyDashboardItem-progressBtn {
width: 18px;
height: 18px;
opacity: 1; }
.UppyDashboard--wide .UppyDashboardItem.is-complete .UppyDashboardItem-progressBtn {
width: 25px;
height: 25px; }
.UppyDashboardItem-progressInfo {
font-size: 9px;
line-height: 1;
font-weight: 500;
height: 10px;
display: none;
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
.UppyDashboard--wide .UppyDashboardItem-progressInfo {
display: block; }
.UppyIcon-progressCircle {
width: 100%;
height: 100%; }
.UppyDashboardItem .bg {
stroke: rgba(255, 255, 255, 0.4);
opacity: 0; }
.UppyDashboardItem .progress {
stroke: #fff;
transition: stroke-dashoffset .5s ease-out;
opacity: 0; }
.UppyDashboardItem .play {
stroke: #fff;
fill: #fff;
opacity: 0;
transition: all 0.2s;
display: none; }
.UppyDashboardItem .cancel {
fill: #fff;
opacity: 0;
transition: all 0.2s; }
.UppyDashboardItem .pause {
stroke: #fff;
fill: #fff;
opacity: 0;
transition: all 0.2s;
display: none; }
.UppyDashboardItem.is-resumable .pause, .UppyDashboardItem.is-resumable .play {
display: block; }
.UppyDashboardItem.is-resumable .cancel {
display: none; }
.UppyIcon-progressCircle .check {
opacity: 0;
fill: #fff;
transition: all 0.2s; }
.UppyDashboardItem.is-inprogress .bg, .UppyDashboardItem.is-inprogress .progress, .UppyDashboardItem.is-inprogress .pause, .UppyDashboardItem.is-inprogress .cancel {
opacity: 1; }
.UppyDashboardItem.is-inprogress .UppyDashboardItem-previewInnerWrap:after {
display: block; }
.UppyDashboardItem.is-paused .pause {
opacity: 0; }
.UppyDashboardItem.is-paused .play {
opacity: 1; }
.UppyDashboardItem.is-complete .UppyDashboardItem-progressBtn {
cursor: default; }
.UppyDashboardItem.is-complete .progress {
stroke: #7AC824;
fill: #7AC824;
opacity: 1; }
.UppyDashboardItem.is-complete .check {
opacity: 1; }
.UppyTotalProgress {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
width: 70px;
height: 70px;
cursor: pointer; }
.UppyTotalProgress .UppyIcon {
width: 100%;
height: 100%; }
.UppyTotalProgress .bg {
stroke: rgba(74, 144, 226, 0.3);
transition: all 0.2s;
opacity: 1;
box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2); }
.UppyTotalProgress .progress {
stroke: #3483de;
transition: stroke-dashoffset .5s ease-out;
opacity: 1; }
.UppyTotalProgress .play {
stroke: #3483de;
fill: #3483de;
transition: all 0.2s;
opacity: 0; }
.UppyTotalProgress .pause {
stroke: #3483de;
fill: #3483de;
transition: all 0.2s;
opacity: 1; }
.UppyTotalProgress .check {
fill: #fff;
transition: all 0.2s;
opacity: 0; }
.UppyTotalProgress--is-paused .pause {
opacity: 0; }
.UppyTotalProgress--is-paused .play {
opacity: 1; }
.UppyTotalProgress--is-complete {
cursor: default; }
.UppyTotalProgress--is-complete .pause, .UppyTotalProgress--is-complete .play {
opacity: 0; }
.UppyTotalProgress--is-complete .bg {
stroke: #7AC824;
opacity: 1; }
.UppyTotalProgress--is-complete .progress {
stroke: #7AC824;
fill: #7AC824;
opacity: 1; }
.UppyTotalProgress--is-complete .check {
opacity: 1; }
.UppyTotalProgress-info {
font-size: 10px;
color: #525252; }
.UppyDashboardItem-progressNum {
position: relative;
z-index: 1001; }
.UppyDashboardItem-progressInner {
height: 15px;
background-color: #4A90E2;
position: absolute;
top: 0;
left: 0; }
.UppyDashboard-actions {
text-align: center;
position: absolute;
bottom: 16px;
right: 16px;
z-index: 1003; }
.UppyDashboard--wide .UppyDashboard-actions {
bottom: 20px;
right: 20px; }
.UppyDashboard-pauseResume .UppyIcon {
width: 100%;
height: 100%; }
.UppyDashboard-upload {
position: relative;
width: 50px;
height: 50px; }
.UppyDashboard--wide .UppyDashboard-upload {
width: 60px;
height: 60px; }
.UppyDashboard-upload .UppyIcon {
position: relative;
top: 1px;
width: 50%; }
.UppyDashboard-uploadCount {
position: absolute;
top: -12px;
right: -12px;
background-color: #7AC824;
color: #fff;
border-radius: 50%;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 8px; }
.UppyDashboard--wide .UppyDashboard-uploadCount {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 9px; }
.UppyDashboardFileCard {
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 0.25s ease-in-out;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1004;
box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
background-color: #fff; }
.UppyDashboardFileCard[aria-hidden=true] {
-webkit-transform: translateY(-105%);
transform: translateY(-105%); }
.UppyDashboardFileCard-inner {
height: 100%;
padding-top: 40px; }
.UppyDashboard--wide .UppyDashboardFileCard-inner {
padding-top: 50px; }
.UppyDashboardFileCard-preview {
height: 45%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 1px solid rgba(147, 147, 147, 0.3);
background-color: #f9f9f9;
position: relative; }
.UppyDashboardFileCard-preview img {
box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
max-width: 90%;
max-height: 90%;
-o-object-fit: cover;
object-fit: cover; }
.UppyDashboardFileCard-info {
padding: 30px 20px 20px 20px; }
.UppyDashboardFileCard-fieldset {
font-size: 0;
border: 0;
padding: 0;
margin: 0;
margin-bottom: 15px;
max-width: 450px;
margin: auto;
margin-bottom: 15px; }
.UppyDashboardFileCard-label {
display: inline-block;
vertical-align: middle;
width: 25%;
font-size: 11px;
color: #525252; }
.UppyDashboard--wide .UppyDashboardFileCard-label {
font-size: 13px; }
.UppyDashboardFileCard-input {
display: inline-block;
vertical-align: middle;
width: 75%;
border: 0;
border-bottom: 1px solid rgba(82, 82, 82, 0.3);
outline: none;
font-size: 16px;
line-height: 1.8;
padding-left: 5px;
margin: auto; }
.UppyDashboardFileCard-input:focus {
border-color: #525252; }
.UppyDashboardFileCard-done {
width: 50px;
height: 50px; }
.UppyDashboard--wide .UppyDashboardFileCard-done {
width: 60px;
height: 60px; }
.UppyDashboardFileCard-done .UppyIcon {
width: 25px;
height: 25px; }
.UppyDashboard--wide .UppyDashboardFileCard-done .UppyIcon {
width: 30px;
height: 30px; }
.UppyDashboard--wide .UppyStatusBar-content .UppyIcon {
width: 17px;
height: 17px; }
.UppyDashboard--wide .UppyStatusBar {
height: 40px;
line-height: 40px;
font-size: 14px; }
.UppyDragDrop-container {
min-height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 10px; }
.UppyDragDrop-inner {
margin: 0; }
.UppyDragDrop-container.is-dragdrop-supported {
border: 2px dashed;
border-color: #c6c6c6; }
.UppyDragDrop-container.is-dragdrop-supported .UppyDragDrop-dragText {
display: inline; }
.UppyDragDrop-container.drag {
border-color: #939393; }
/* http://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ */
.UppyDragDrop-input {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1; }
.UppyDragDrop-label {
display: block;
cursor: pointer;
font-size: 1.2em; }
.UppyDragDrop-selectedCount {
text-align: center;
font-size: 0.75em;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px; }
.UppyDragDrop-dragText {
display: none; }
.UppyProvider-auth, .UppyProvider-error, .UppyProvider-loading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
height: 100%; }
.UppyProvider-authTitle {
font-size: 22px;
line-height: 1.35;
font-weight: 300;
margin-bottom: 30px;
padding: 0 15px;
max-width: 500px;
text-align: center; }
.UppyProvider-authBtn {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
border-radius: 6px;
background-color: #4A90E2;
color: #fff;
font-size: 20px;
padding: 12px 46px;
transition: background-color 0.3s;
text-decoration: none;
margin-bottom: 20px;
cursor: pointer; }
.UppyProvider-authBtn:hover {
background-color: #2275d7;
color: #fff; }
.UppyProvider-breadcrumbs button,
.UppyGoogleDrive-sidebar button {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
cursor: pointer;
font-size: 14px; }
.UppyProvider-breadcrumbs button:hover {
text-decoration: underline; }
.UppyGoogleDrive-sidebar button {
font-size: 14px;
padding: 0; }
.UppyProvider-breadcrumbs button:focus,
.UppyGoogleDrive-sidebar button:focus {
outline: 1px dotted #aaa; }
.UppyProvider-breadcrumbs li {
display: inline-block;
margin: 0;
margin-right: 6px; }
.UppyProvider-breadcrumbs li:not(:last-child):after {
content: '/'; }
/** NEW PLUGIN BROWSER STYLES */
.Browser {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-size: 13px;
font-weight: 400;
height: 100%; }
.Browser-user {
margin: 16px 0; }
.Browser-header {
z-index: 1000;
border-bottom: 1px solid #e5e5e5;
position: relative; }
::-webkit-input-placeholder {
color: rgba(119, 119, 119, 0.75); }
:-moz-placeholder {
/* Firefox 18- */
color: rgba(119, 119, 119, 0.75); }
::-moz-placeholder {
/* Firefox 19+ */
color: rgba(119, 119, 119, 0.75); }
:-ms-input-placeholder {
color: rgba(119, 119, 119, 0.75); }
.Browser-headerBar {
height: 50px;
line-height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 16px;
background-color: #f9f9f9;
z-index: 1001; }
.Browser-search {
height: 50px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1003;
background-color: #f9f9f9;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
transition: all .2s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.Browser-search[aria-hidden=false] {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
.Browser-search input {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: transparent;
outline: 0;
font-size: 15px;
font-weight: 400;
line-height: 50px;
border: 0;
padding: 0 16px; }
.Browser-searchToggle {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
width: 15px;
cursor: pointer;
color: #939393;
transition: all .2s; }
.Browser-searchToggle:hover {
color: #000; }
.Browser-searchClose {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
cursor: pointer;
width: 12px;
color: #939393;
transition: all .2s;
position: relative;
right: 16px; }
.Browser-searchClose:hover {
color: #000; }
.Browser-userLogout {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
margin-right: 16px;
cursor: pointer; }
.Browser-userLogout:hover {
text-decoration: underline; }
.UppyProvider-breadcrumbs {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #000;
font-size: 12px;
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 16px; }
.Browser-breadcrumbs span {
font-size: 16px;
margin-left: 32px; }
.Browser-breadcrumbs span.active {
color: #666;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: 500; }
.Browser-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative; }
.BrowserTable {
display: block;
width: 100%;
height: 100%;
background-color: #fff;
border-spacing: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.Browser-viewType--grid .BrowserTable tbody {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around; }
.Browser-viewType--grid .BrowserTable-column {
padding: 14px 10px; }
.BrowserTable tbody {
display: block; }
.BrowserTable-row {
display: block;
cursor: pointer; }
.BrowserTable-header {
display: block; }
.BrowserTable-header:hover {
background-color: #939393; }
.BrowserTable-column {
color: #525252;
line-height: 1.2;
font-weight: bold;
padding: 16px; }
.BrowserTable-column img {
vertical-align: text-top;
margin-right: 3px; }
.BrowserTable-headerColumn {
cursor: pointer;
text-align: left; }
.BrowserTable-row:hover {
background-color: #eee; }
.BrowserTable-header {
background-color: #fafafa; }
.nav-active {
font-weight: bold; }
.UppyProgressBar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
z-index: 10000; }
.UppyProgressBar-inner {
background-color: #4A90E2;
box-shadow: 0 0 10px rgba(74, 144, 226, 0.7);
height: 100%;
width: 0;
transition: width 0.4s ease; }
.UppyProgressBar-percentage {
display: none;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff; }
.UppyStatusBar {
position: relative;
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: 500;
color: #fff;
background-color: rgba(82, 82, 82, 0.7);
box-shadow: 1px 1px 4px 0 rgba(82, 82, 82, 0.3);
overflow: hidden;
z-index: 1001;
transition: height .35s; }
.UppyStatusBar[aria-hidden=true] {
height: 0; }
.UppyStatusBar.is-complete .UppyStatusBar-progress {
background-color: #7AC824; }
.UppyStatusBar.is-error .UppyStatusBar-progress {
background-color: #D32F2F; }
.UppyStatusBar.is-complete .UppyStatusBar-content {
text-align: center;
padding-left: 0; }
.UppyStatusBar-progress {
background-color: #4A90E2;
height: 100%;
position: absolute;
z-index: 1001;
transition: background-color, width .3s ease-out; }
.UppyStatusBar-progress.is-indeterminate {
background-size: 64px 64px;
background-image: linear-gradient(45deg, #2275d7 25%, transparent 25%, transparent 50%, #2275d7 50%, #2275d7 75%, transparent 75%, transparent);
-webkit-animation: statusBarProgressStripes 1s linear infinite;
animation: statusBarProgressStripes 1s linear infinite; }
@-webkit-keyframes statusBarProgressStripes {
from {
background-position: 64px 0; }
to {
background-position: 0 0; } }
@keyframes statusBarProgressStripes {
from {
background-position: 64px 0; }
to {
background-position: 0 0; } }
.UppyStatusBar-content {
font-weight: 600;
position: relative;
z-index: 1003;
padding-left: 15px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.UppyStatusBar-content .UppyIcon {
width: 15px;
height: 15px; }
.UppyDashboard--wide .UppyStatusBar-content .UppyIcon {
width: 17px;
height: 17px; }
.UppyStatusBar-action {
color: #fff;
margin-right: 8px; }
button.UppyStatusBar-action {
background: none;
-webkit-appearance: none;
font-family: inherit;
font-size: inherit;
line-height: 1;
padding: 0;
margin: 0;
border: 0;
outline: none;
margin-right: 8px;
cursor: pointer; }
.UppyWebcam-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UppyWebcam-videoContainer {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.UppyWebcam-video {
max-width: 100%;
max-height: 100%; }
.UppyWebcam-buttonContainer {
position: absolute;
bottom: 30px;
right: 30px; }
.UppyWebcam-recordButton .UppyIcon {
width: 50%;
height: 50%;
position: relative;
top: -1px; }
.uppy-Webcam-permissons {
padding: 15px; }
.uppy-Webcam-permissons p {
line-height: 1.4; }