Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. text {
  2. font-size: 10px;
  3. text-anchor: middle;
  4. fill: #4f442b;
  5. }
  6. g > text.active {
  7. font-size: 30px;
  8. }
  9. circle {
  10. fill: #75739F;
  11. stroke: black;
  12. stroke-width: 1px;
  13. }
  14. circle.active {
  15. fill: #FE9922;
  16. }
  17. circle.inactive {
  18. fill: #C4B9AC;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement