aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/fripost.css
blob: 3b1d242c7dabfb8c071c6ae8692e6f1014245cb7 (plain)
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
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body > header.lead {
	font-size: 3rem;
}
a.brand:link,
a.brand:visited,
a.brand:hover,
a.brand:active {
	color: black;
  text-decoration: none;
}
.login {
	max-width: 30em; 
	margin-right: auto; 
	margin-left: auto;
}
.login form {
	width: 100%;
}
.login form .input-group {
  margin-bottom: 1ex;
}
.login .well {
  margin-bottom: 0;
}
.login .well + .well-footer {
  margin-top: .5ex;
}
body > footer {
	background-color: #f5f5f5;
  position: absolute;
	width: 100%;
  bottom: 0;
}
body > footer.container {
  padding: 1ex 2ex 0 2ex;
  width: 100%;
}