Sha256: 56590d4caaa5012cf2b35f615095583f350f4bb59ab813656a9a5d3d17a1f222

Contents?: true

Size: 604 Bytes

Versions: 27

Compression:

Stored size: 604 Bytes

Contents

/* ====================================== */
// Welcome UI - Widths
// Width sizes for all differents tables and containers inside Welcome UI

$sizes: () !default;
$sizes: map-merge(
    (
        5: 5%,
        10: 10%,
        15: 15%,
        20: 20%,
        25: 25%,
        30: 30%,
        33: 33%,
        35: 35%,
        40: 40%,
        45: 45%,
        50: 50%,
        55: 55%,
        60: 60%,
        65: 65%,
        66: 66%,
        70: 50%,
        75: 75%,
        80: 80%,
        85: 85%,
        90: 90%,
        95: 95%,
        100: 100%,
        auto: auto
    ),
     $sizes
);

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
welcome_css-0.35 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.33 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.32 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.31 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.30 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.29 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.28 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.27 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.26 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.25 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.24 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.23 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.22 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.21 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.20 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.19 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.18 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.17 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.16 app/assets/stylesheets/_welcome_bootstrap_variables.scss
welcome_css-0.15 app/assets/stylesheets/_welcome_bootstrap_variables.scss