-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
46 lines (41 loc) · 692 Bytes
/
main.css
File metadata and controls
46 lines (41 loc) · 692 Bytes
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
43
44
45
46
.demo-card-square.mdl-card {
width: 125px;
height: 125px;
float: left;
margin: 10px;
}
.demo-card-square > .mdl-card__title {
color: #fff;
background: #46B6AC;
}
body {
height: 100%;
min-height: 100%;
padding: 20px;
background: #fafafa;
position: relative;
}
form {
margin: 10px;
}
.mdl-button {
margin: 0 10 10 10;
float: left;
}
.upfront-info {
margin-bottom: 70px;
}
.footer {
right: 0;
bottom: 0;
left: 0;
position: absolute;
padding: 1rem;
background-color: #efefef;
text-align: center;
clear: both;
/*position: relative;*/
z-index: 10;
/*height: 3em;
margin-top: -1em;*/
}