mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
28 lines
445 B
Sass
28 lines
445 B
Sass
#admin-analytics-view
|
|
|
|
#site-content-area
|
|
width: 100%
|
|
.big-stat
|
|
width: auto
|
|
.active-classes
|
|
color: blue
|
|
.recurring-revenue
|
|
color: green
|
|
.active-users
|
|
color: red
|
|
.count
|
|
font-size: 70pt
|
|
.description
|
|
font-size: 8pt
|
|
|
|
.line-chart-container
|
|
height: 500px
|
|
width: 100%
|
|
.x.axis
|
|
font-size: 9pt
|
|
path
|
|
display: none
|
|
.y.axis
|
|
font-size: 9pt
|
|
path
|
|
display: none
|