This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-paint
Watch
1
Star
0
Fork
You've already forked scratch-paint
0
mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced
2024-12-24 22:42:28 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
11bab6ebe2
scratch-paint
/
src
/
components
/
button-group
/
button-group.css
6 lines
73 B
CSS
Raw
Normal View
History
Unescape
Escape
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
@
import
"../../css/units"
;
Add UI formatting for edit fields This adds formatting and icons to the edit field buttons at the top of the ui, as well as some additional components for abstraction – such as `InputGroup`, `ButtonGroup` and `EditFieldButton` (which is a subcomponent of the paint editor)
2017-10-23 10:35:30 -04:00
.
button-group
{
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
padding
:
0
$
grid-unit
;
Add UI formatting for edit fields This adds formatting and icons to the edit field buttons at the top of the ui, as well as some additional components for abstraction – such as `InputGroup`, `ButtonGroup` and `EditFieldButton` (which is a subcomponent of the paint editor)
2017-10-23 10:35:30 -04:00
}
Reference in a new issue
Copy permalink