Sha256: c688b768d435641121c5d3e9ddac06261161b4e163cb5367f165a1ce11d43fa9

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 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;
$drawer-transition: transform 0.15s ease-in-out;


/**
 * Border Radius
 */

$border-radius: 4px;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/settings/_global.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/settings/_global.scss