1
0
mirror of synced 2025-02-04 14:19:23 +03:00

8 lines
286 B
SCSS
Raw Normal View History

2017-09-02 20:34:47 -04:00
// Content Block Spacing Variables
$content-margin: 0.625rem !default;
$content-padding: 0.938rem !default;
// Fixed Block Variables
$fixed-block-full: percentage(1/4) !default;
$fixed-block-desktop: percentage(1/3) !default;
$fixed-block-tablet: percentage(1/2) !default;