-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
42 lines (41 loc) · 908 Bytes
/
custom.css
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: #43cea2;
background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
background: linear-gradient(to right, #185a9d, #43cea2);
}
#contenido {
background-color: white;
margin-top: 40px;
-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
#contenido::after {
clear: both;
display: block;
content: '';
}
header {
padding: 10px;
text-align: center;
color: white;
font-size: 22px;
font-family: 'Raleway', sans-serif;
font-weight: 100;
}
form {
margin: 30px 0;
}
#loaders {
text-align: center;
}
#loaders img {
width: 150px;
margin: 0 auto;
/* display: none; */
}
#resetBtn {
float: right;
}
#spinner {
display: none;
}