C2LC-36: Update the command block styling

Description

Update the command block styling:

  • Use the new icon assets
  • Use the new icon colours

Update the blocks in both the command palette and in the program block editor.

For updating the block styling, let’s try out using sass to override Bootstrap’s default styles (rather than styling with CSS directly). If that is going to be too time-consuming for 0.1, we can use CSS. And switch to sass in the future.

Comments

  • Daniel Cho commented 2019-12-02T09:17:04.243-0500

    I am having trouble loading the svg images. I thought it was a problem with how I am importing the images, but when I tried same import style with a different svg file from material design, that I downloaded locally, it works fine.