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.

69 lines
1.4 KiB

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #solve-button {
  5. background-image: url(../icons/help-toolbar.svg);
  6. }
  7. #main-toolbar #new-game-button {
  8. background-image: url(../icons/new-game.svg);
  9. }
  10. #main-toolbar #size-button {
  11. background-image: url(../icons/4x4.svg);
  12. }
  13. #four-button {
  14. background-image: url(../icons/4x4.svg);
  15. width: 47px;
  16. height: 47px;
  17. margin: 4px 2px;
  18. background-position: center;
  19. background-repeat: no-repeat;
  20. background-size: contain;
  21. border-radius: 5.5px;
  22. background-color: #C0C0C0;
  23. }
  24. #five-button {
  25. background-image: url(../icons/5x5.svg);
  26. width: 47px;
  27. height: 47px;
  28. margin: 4px 2px;
  29. background-position: center;
  30. background-repeat: no-repeat;
  31. background-size: contain;
  32. border-radius: 5.5px;
  33. background-color: #C0C0C0;
  34. }
  35. #six-button {
  36. background-image: url(../icons/6x6.svg);
  37. width: 47px;
  38. height: 47px;
  39. margin: 4px 2px;
  40. background-position: center;
  41. background-repeat: no-repeat;
  42. background-size: contain;
  43. border-radius: 5.5px;
  44. background-color: #C0C0C0;
  45. }
  46. #seven-button {
  47. background-image: url(../icons/7x7.svg);
  48. width: 47px;
  49. height: 47px;
  50. margin: 4px 2px;
  51. background-position: center;
  52. background-repeat: no-repeat;
  53. background-size: contain;
  54. border-radius: 5.5px;
  55. background-color: #C0C0C0;
  56. }
  57. #flip-count {
  58. flex: 1;
  59. text-align: center;
  60. font-size: 8vh;
  61. font-weight: 800;
  62. padding-bottom: 2vh;
  63. }