Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
body{
background-color: #f9f9f9;
}
.navbar-default {
background-color: #ffffff;
border-color: #e7e7e7;
}
.navbar-brand{
height: 130px;
}
.dropArea{
border: 1px dashed #0094D4;
padding: 50px;
text-align: center;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.dropArea:hover{
background-color: #f0f7ff;
border-style: solid;
}
.dropArea .droptxt{
font-size: 1.25em;
margin-bottom: 15px;
}
.dropArea .glyphicon{
font-size: 8em;
margin-bottom: 40px;
color: #ccc;
}
.cargando{
background-color: #0094D4;
margin-top: 5px;
display: none;
padding: 10px;
text-align: center;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn-lg{
min-width: 200px;
}