Sha256: ca87170a1ad876c80ddb9b7588267d429551aabe6d3ba294c8245d1afac8d891

Contents?: true

Size: 1.78 KB

Versions: 16

Compression:

Stored size: 1.78 KB

Contents

/* =bootstrap variables
variables placed here will be overridden and reloaded in bootstrap
---------------------------------------------------------------------------- */
$border-radius-large:         2px !global;
$border-radius-small:         1px !global;
$border-radius-default:       $border-radius-small !default;

$padding-default-vertical:    10px !default;
$padding-default-horizontal:  8px !default;

$padding-large-vertical:      20px !global;
$padding-large-horizontal:    15px !global;

$padding-small-vertical:      8px !global;
$padding-small-horizontal:    8px !global;

$padding-xs-vertical:         4px !global;
$padding-xs-horizontal:       6px !global;


/* =variables
---------------------------------------------------------------------------- */
$header-height: 50px;

$btn-lg-size: 64px;
$btn-size: 42px;
$btn-sm-size: 35px;
$btn-xs-size: 28px;

$btn-padding-default-horizontal: $padding-default-horizontal * 1.5;
$btn-padding-large-horizontal: $padding-large-horizontal * 1.5;
$btn-padding-small-horizontal: $padding-small-horizontal * 1.5;
$btn-padding-xs-horizontal: $padding-xs-horizontal * 1.5;

$icon-lg-size: $font-size-600;
$icon-size: $font-size-400;
$icon-sm-size: $font-size-300;
$icon-xs-size: $font-size-200;


/* =Z-Index
Including these here for use as Sass variables. Natively in bootstrap you are cautioned as follows:

Warning: Avoid customizing these values. They're used for a bird's eye view
of components dependent on the z-axis and are designed to all work together.
---------------------------------------------------------------------------- */

$zindex-navbar:            1000;
$zindex-dropdown:          1000;
$zindex-popover:           1060;
$zindex-tooltip:           1070;
$zindex-navbar-fixed:      1030;
$zindex-modal-background:  1040;
$zindex-modal:             1050;

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
forever_style_guide-3.0.19 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.18 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.17 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.16 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.15 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.14 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.13 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.12 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.11 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.10 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.9 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.8 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.7 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.6 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.5 app/assets/stylesheets/forever_style_guide/globals/_variables.scss
forever_style_guide-3.0.4 app/assets/stylesheets/forever_style_guide/globals/_variables.scss