codecombat/app/styles/admin/analytics-subscriptions.sass
2015-06-05 06:48:19 -07:00

63 lines
1 KiB
Sass

#admin-analytics-subscriptions-view
#site-content-area
width: 100%
.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: 160px
overflow: hidden