18 lines
236 B
Plaintext
Raw Normal View History

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