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.

26 lines
557 B

  1. body, html {
  2. overflow: hidden;
  3. }
  4. .canvas {
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .palette {
  9. z-index: 10;
  10. }
  11. button.icon span.pyj {
  12. background-image: url(../activity/activity-icon.svg);
  13. }
  14. button.icon span.zip {
  15. background-image: url(../icons/zip-archive.svg);
  16. }
  17. button.icon span.html {
  18. background-image: url(../icons/text-html.svg);
  19. }
  20. #main-toolbar #activity-button {
  21. background-image: url(../activity/activity-icon.svg);
  22. }
  23. @font-face {
  24. font-family: "Noto Emoji";
  25. src: url("../fonts/NotoEmoji.woff") format('woff');
  26. }