scratch-paint/src/components/button-group/button-group.css
Matthew Taylor ea36e10577 Add basic eraser and brush size picker
this implements the first version of #36 and #37, in which the brush size picker is a numeric input field rather than a slider.
2017-10-25 13:37:41 -04:00

5 lines
73 B
CSS

@import "../../css/units";
.button-group {
padding: 0 $grid-unit;
}