2017-09-11 11:13:43 -04:00
|
|
|
/* DO NOT EDIT
|
|
|
|
@todo This file is copied from GUI and should be pulled out into a shared library.
|
|
|
|
See https://github.com/LLK/scratch-paint/issues/13 */
|
|
|
|
|
2017-10-25 13:37:41 -04:00
|
|
|
/* ACTUALLY, THIS IS EDITED ;)
|
|
|
|
THIS WAS CHANGED ON 10/25/2017 BY @mewtaylor TO ADD A VARIABLE FOR THE SMALLEST
|
|
|
|
GRID UNITS.*/
|
|
|
|
|
2017-09-06 18:01:49 -04:00
|
|
|
$space: 0.5rem;
|
2017-10-25 13:37:41 -04:00
|
|
|
$grid-unit: .25rem;
|
2017-09-06 18:01:49 -04:00
|
|
|
|
|
|
|
$sprites-per-row: 5;
|
|
|
|
|
|
|
|
$menu-bar-height: 3rem;
|
|
|
|
$sprite-info-height: 6rem;
|
|
|
|
$stage-menu-height: 2.75rem;
|
|
|
|
|
|
|
|
$library-header-height: 4.375rem;
|
|
|
|
|
|
|
|
$form-radius: calc($space / 2);
|