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.

49 lines
906 B

  1. #canvas {
  2. overflow: hidden;
  3. background-color: #ffffff;
  4. }
  5. #main-toolbar #activity-button {
  6. background-image: url(../activity/activity-icon.svg);
  7. }
  8. #main-toolbar #gear-button {
  9. background-image: url(../icons/GearIcon.svg);
  10. }
  11. #main-toolbar #chain-button {
  12. background-image: url(../icons/ChainIcon.svg);
  13. }
  14. #main-toolbar #momentum-button {
  15. background-image: url(../icons/MomentumIcon.svg);
  16. }
  17. #main-toolbar #play-button {
  18. background-image: url(../icons/media-playback-start.svg);
  19. }
  20. #main-toolbar #clear-button {
  21. background-image: url(../icons/edit-clear.svg);
  22. }
  23. #main-toolbar #help-button {
  24. background-image: url(../icons/toolbar-help.svg);
  25. }
  26. @media screen and (max-width: 567px) {
  27. .toolbar {
  28. padding-left: 10px;
  29. }
  30. #main-toolbar #activity-button {
  31. left: 10px;
  32. }
  33. #main-toolbar #help-button {
  34. visibility: hidden;
  35. }
  36. #main-toolbar #stop-button {
  37. position: absolute;
  38. }
  39. }