not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
602 B

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #buddy-button {
  5. background-image: url(../icons/my-colors.svg);
  6. }
  7. #rainbow-button {
  8. background-image: url(../icons/rainbow-colors.svg);
  9. }
  10. #horizontal-button {
  11. background-image: url(../icons/new-game-horizontal.svg);
  12. }
  13. #vertical-button {
  14. background-image: url(../icons/new-game-vertical.svg);
  15. }
  16. #bilateral-button {
  17. background-image: url(../icons/new-game-bilateral.svg);
  18. }
  19. #robot-button {
  20. background-image: url(../icons/robot-off.svg);
  21. }
  22. #canvas {
  23. overflow-x: hidden;
  24. overflow-y: hidden;
  25. }