codecombat/app/styles/admin/analytics-subscriptions.sass

49 lines
827 B
Sass
Raw Normal View History

#admin-analytics-subscriptions-view
2015-03-27 18:27:22 -04:00
.big-stat
2015-04-06 19:58:36 -04:00
width: auto
2015-03-27 18:27:22 -04:00
.total-count
color: green
.remaining-count
color: blue
.cancelled-count
color: red
2015-03-27 18:27:22 -04:00
.churn-count
color: orange
2015-04-06 19:58:36 -04:00
.growth-rate
color: green
.count
font-size: 50pt
.description
font-size: 8pt
2015-03-27 18:27:22 -04:00
.line-graph-label
font-size: 10pt
font-weight: normal
.line-graph-container
height: 500px
width: 100%
.x.axis
font-size: 9pt
path
display: none
.y.axis
font-size: 9pt
path
display: none
.key-line
font-size: 9pt
.key-text
font-size: 9pt
.graph-point-info-container
display: none
position: absolute
padding: 10px
border: 1px solid black
z-index: 3
background-color: blanchedalmond
font-size: 10pt