Improving login experience
[oweals/karmaworld.git] / karmaworld / assets / css / accounts.css
1 #account_content
2 {
3   padding-top: 46px;
4 }
5
6 h1
7 {
8   margin-top: 1em;
9   text-align: center;
10   font-family: "MuseoSlab-500";
11   font-size: 36px;
12 }
13
14 h2
15 {
16   margin-top: 1em;
17   text-align: center;
18   font-family: "MuseoSlab-500";
19   font-size: 24px;
20 }
21
22 ul
23 {
24   list-style-type: none;
25 }
26
27 .errorlist {
28   color: #c60f13
29 }