-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.css
More file actions
85 lines (78 loc) · 1.04 KB
/
App.css
File metadata and controls
85 lines (78 loc) · 1.04 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100");
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
span,
button {
font-family: "Roboto";
font-weight: 100;
line-height: 1.1;
letter-spacing: 0.025em;
}
.container {
min-height: 73vh;
}
.alert {
margin-top: 20px;
margin-bottom: 50px;
padding: 20px;
}
.title {
text-align: center;
}
.sign-in {
font-size: 1.3rem;
font-weight: 300;
margin-right: 20px;
}
.user {
width: 90%;
margin: 30px;
}
.form-control {
margin-top: 10px;
margin-bottom: 20px;
}
.card {
width: 50%;
margin: 0 auto;
margin-bottom: 20px;
}
.display-name {
margin-left: 6%;
margin-top: 3%;
}
.email {
margin-left: 6%;
}
.photo {
width: 50px;
height: 50px;
border-radius: 50%;
float: left;
}
.comment-user {
font-weight: 300;
margin-top: 30px;
margin-left: 30px;
}
.card-body {
text-align: center;
}
.footer {
border-top: 1px solid #dfdfdf;
text-align: center;
padding: 40px;
height: 80px;
margin-top: 80px;
}
.icon {
width: 30px;
height: 30px;
margin-top: -2px;
}