use beefy ui

This commit is contained in:
Danny Coates 2017-10-10 10:20:49 -07:00
parent 12c81a22e8
commit 32c5b414de
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 10 additions and 62 deletions

View file

@ -205,7 +205,7 @@ a {
}
.upload-window {
border: 1px dashed rgba(0, 148, 251, 0.5);
border: 3px dashed rgba(0, 148, 251, 0.5);
margin: 0 auto;
height: 255px;
border-radius: 4px;
@ -219,7 +219,7 @@ a {
}
.upload-window.ondrag {
border: 3px dashed rgba(0, 148, 251, 0.5);
border: 5px dashed rgba(0, 148, 251, 0.5);
margin: 0 auto;
height: 251px;
transform: scale(1.04);
@ -231,14 +231,6 @@ a {
text-align: center;
}
.upload-window-b {
border: 3px dashed rgba(0, 148, 251, 0.5);
}
.upload-window-b.ondrag {
border: 5px dashed rgba(0, 148, 251, 0.5);
}
.link {
color: #0094fb;
text-decoration: none;
@ -258,10 +250,10 @@ a {
.browse {
background: #0297f8;
border-radius: 5px;
font-size: 15px;
font-size: 20px;
color: #fff;
min-width: 240px;
height: 44px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
@ -273,11 +265,6 @@ a {
background-color: #0287e8;
}
.browse-b {
height: 60px;
font-size: 20px;
}
input[type='file'] {
opacity: 0;
overflow: hidden;