Improve keyword edit form, particularly for mobile
[oweals/karmaworld.git] / karmaworld / assets / css / quiz.css
1 /* DASHBOARD */
2
3 #dashboard_content
4 {
5   padding-top: 46px;
6 }
7
8 /* STATS */
9 #stats_container
10 {
11   height: 210px;
12   margin-bottom: 20px;
13 }
14
15 .stat_lead_in
16 {
17   padding-top: 25px;
18   font-family: "MuseoSlab-900";
19   font-size: 11px;
20   text-transform: uppercase;
21 }
22
23 .stat_number
24 {
25   font-family: "MuseoSlab-900";
26   font-size: 57px;
27   padding-top: 5px;
28 }
29
30 .stat_object
31 {
32   font-family: "MuseoSlab-900";
33   font-size: 13px;
34   text-transform: uppercase;
35 }
36
37 .stat_earned
38 {
39   color: #f05a28;
40 }
41
42 .stat_uploaded
43 {
44   color: #9ccf00;
45 }
46
47 .stat_downloaded
48 {
49   color: #00cf9c;
50 }
51
52 .stat_liked
53 {
54   color: #009ccf;
55 }
56
57 /* ACTIVITY */
58
59 .activity_item
60 {
61   margin: 20px 20px;
62 }
63
64 #activity_more
65 {
66   text-align: center;
67   padding: 20px 0;
68 }
69
70 #no_activity
71 {
72   font-family: "MuseoSlab-900";
73   font-size: 10px;
74   color: #8e8e8e;
75   margin-bottom: 20px;
76 }
77
78 #add-row-btn
79 {
80   cursor: pointer;
81 }