2016-09-15 16:48:26 -04:00
|
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/style-flat-variables"
|
|
|
|
|
2016-09-14 13:32:11 -04:00
|
|
|
#teacher-student-view
|
2016-09-21 20:48:48 -04:00
|
|
|
.breadcrumbs
|
|
|
|
color: #065e73
|
|
|
|
a
|
|
|
|
color: #065e73
|
|
|
|
|
|
|
|
.student-details
|
|
|
|
margin-top: 20px
|
|
|
|
|
|
|
|
.playtime-charts
|
|
|
|
margin-top: 30px
|
|
|
|
|
|
|
|
h4
|
|
|
|
margin-bottom: 15px
|
|
|
|
// font-weight: 600
|
|
|
|
|
|
|
|
|
2016-09-22 18:23:47 -04:00
|
|
|
svg.visualisation
|
2016-09-21 20:48:48 -04:00
|
|
|
// background-color: $navy
|
|
|
|
display: none
|
|
|
|
|
|
|
|
text.label
|
|
|
|
font-size: 11px
|
|
|
|
fill: #000000
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
.domain
|
|
|
|
// fill: $navy
|
|
|
|
|
|
|
|
g.tick
|
|
|
|
font-size: 13px
|
|
|
|
|
|
|
|
g.labels
|
|
|
|
font-size: 15px
|
|
|
|
font-weight: 600
|
|
|
|
|
|
|
|
.graphs :first-child
|
|
|
|
display: block
|
|
|
|
|
|
|
|
.graphsSelector
|
|
|
|
text-align: center
|
|
|
|
margin-bottom: 10px
|
|
|
|
|
|
|
|
div.legend
|
|
|
|
text-align: center
|
|
|
|
padding: 10px 0 0 0
|
|
|
|
font-size: 15px
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
|
|
.student-levels
|
|
|
|
margin-top: 30px
|
|
|
|
margin-bottom: 30px
|
|
|
|
|
|
|
|
h4
|
|
|
|
margin-bottom: 10px
|
|
|
|
// font-weight: 600
|
2016-09-14 13:32:11 -04:00
|
|
|
|
2016-09-20 22:09:26 -04:00
|
|
|
.course-row
|
2016-09-15 17:23:05 -04:00
|
|
|
padding-left: 75px
|
|
|
|
padding-top: 15px
|
|
|
|
padding-bottom: 30px
|
2016-09-15 16:48:26 -04:00
|
|
|
|
2016-09-21 20:48:48 -04:00
|
|
|
.course-info
|
|
|
|
font-weight: 600
|
|
|
|
|
2016-09-15 16:48:26 -04:00
|
|
|
.progress-dot
|
|
|
|
margin: 5px
|
|
|
|
|
|
|
|
.progress-dot
|
|
|
|
display: inline-block
|
|
|
|
margin-right: 6px
|
|
|
|
min-width: 34px
|
|
|
|
height: 34px
|
|
|
|
border-radius: 16px
|
|
|
|
padding: 0 5px
|
|
|
|
// margin-top: 23px
|
|
|
|
// margin-bottom: 23px
|
|
|
|
background: $gray-light
|
|
|
|
position: relative
|
|
|
|
a
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
.dot-label
|
|
|
|
padding-top: 2px
|
|
|
|
.dot-label-inner
|
|
|
|
font-size: 11px
|
|
|
|
font-weight: bold
|
|
|
|
color: white
|
|
|
|
|
|
|
|
.progress-dot-lg .dot-label .dot-label-inner
|
|
|
|
font-size: 13px
|
|
|
|
|
|
|
|
.progress-dot.forest
|
|
|
|
background: $forest
|
|
|
|
.tooltip-inner
|
|
|
|
color: $forest
|
|
|
|
border-color: $forest
|
|
|
|
.tooltip-arrow
|
|
|
|
border-top-color: $forest
|
|
|
|
|
|
|
|
.progress-dot.gold
|
|
|
|
background: $gold
|
|
|
|
.tooltip-inner
|
|
|
|
color: $navy
|
|
|
|
border-color: $navy
|
|
|
|
.tooltip-arrow
|
|
|
|
border-top-color: $navy
|
|
|
|
|
|
|
|
.progress-dot.navy
|
|
|
|
background: $navy
|
|
|
|
.tooltip-inner
|
|
|
|
color: $navy
|
|
|
|
border-color: $navy
|
|
|
|
.tooltip-arrow
|
|
|
|
border-top-color: $navy
|