scratch-paint/src/css/units.css

21 lines
486 B
CSS
Raw Normal View History

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 */
/* 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;
$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);