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

64 lines
1 KiB
Sass
Raw Normal View History

#admin-analytics-subscriptions-view
2015-06-03 19:59:45 -04:00
#site-content-area
width: 100%
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
2015-04-23 16:34:41 -04:00
.subscribers-thead
font-size: 10pt
th
padding: 2px
.subscribers-tbody
font-size: 9pt
td
padding: 2px
max-width: 160px
2015-04-23 16:34:41 -04:00
overflow: hidden