18 lines
236 B
Plaintext
Raw Normal View History

2017-07-07 00:07:34 +00:00
.statistics
2017-11-05 13:07:04 +00:00
horizontal-wrap
justify-content space-around
2017-07-07 11:33:31 +00:00
text-align center
2017-07-07 00:07:34 +00:00
2017-11-05 13:07:04 +00:00
.widget
2017-11-19 13:44:02 +00:00
flex-basis 300px
2017-11-05 13:07:04 +00:00
max-width 300px
2017-07-07 01:22:29 +00:00
.pie-chart
2017-07-07 00:07:34 +00:00
transform rotate(-90deg)
.slice
color black
default-transition
2017-11-29 00:19:27 +00:00
2017-07-07 00:07:34 +00:00
:hover
2017-07-07 00:37:43 +00:00
transform scale(1.05)