codecombat/app/styles/admin/analytics-subscriptions.sass
2015-04-23 13:34:43 -07:00

60 lines
1,008 B
Sass

#admin-analytics-subscriptions-view
.big-stat
width: auto
.total-count
color: green
.remaining-count
color: blue
.cancelled-count
color: red
.churn-count
color: orange
.growth-rate
color: green
.count
font-size: 50pt
.description
font-size: 8pt
.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
.subscribers-thead
font-size: 10pt
th
padding: 2px
.subscribers-tbody
font-size: 9pt
td
padding: 2px
max-width: 220px
overflow: hidden