mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
521 B
CSS
31 lines
521 B
CSS
.drop-zone {
|
|
border-radius: 5px;
|
|
padding-top: 200px;
|
|
padding-bottom: 200px;
|
|
text-align: center;
|
|
font: 20pt 'HelveticaNeue-Light';
|
|
color: #444;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.file-name {
|
|
padding-left: 4px;
|
|
font: 20pt 'HelveticaNeue-Light';
|
|
}
|
|
|
|
.file-size,
|
|
.file-type {
|
|
font: 10pt 'HelveticaNeue';
|
|
}
|
|
|
|
a.tempalink {
|
|
border-radius: 5px;
|
|
background-color: #eee;
|
|
font: 16pt 'HelveticaNeue-Light';
|
|
text-decoration: none;
|
|
color: #222;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
padding-right: 5px;
|
|
}
|