Sha256: 4202c2de7c7f122fa1e669755dbd9be43ccaa44b0a21faa9630e9db024f450ad

Contents?: true

Size: 686 Bytes

Versions: 5

Compression:

Stored size: 686 Bytes

Contents

/*------------------------------------*\
    #GLOBAL
\*------------------------------------*/

/**
 * Default global spacing units
 */
$spacing-unit:  8px !default;

$vertical-margin:    $spacing-unit * 2 !default;
$horizontal-margin:  $spacing-unit * 2 !default;


/**
 * These dialog dimensions allow for certain components to know their maximum
 * possible width when being displayed within a dialog.
 */
$dialog-content-min-width:  300px !default;
$dialog-content-max-width:  700px !default;


/**
 * Heights
 */
$global-admin-toolbar-height: 64px !default;

/**
 * Transitions
 */
$transition-time: 0.15s !default;

/**
 * Product images
 */
 $product-image-ratio: 2 / 3 !default;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/settings/_global.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/settings/_global.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/settings/_global.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/settings/_global.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/settings/_global.scss