mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-24 06:22:23 -05:00
ea36e10577
this implements the first version of #36 and #37, in which the brush size picker is a numeric input field rather than a slider.
5 lines
73 B
CSS
5 lines
73 B
CSS
@import "../../css/units";
|
|
|
|
.button-group {
|
|
padding: 0 $grid-unit;
|
|
}
|