Sha256: 278ec2b9337f90429581fe229406d2ccf1a1d3e09198688f3f2fc4953472034d

Contents?: true

Size: 737 Bytes

Versions: 62

Compression:

Stored size: 737 Bytes

Contents

/*------------------------------------*\
    #BOX
\*------------------------------------*/

$box-border-color: $light-gray !default;

$box-padding: $spacing-unit ($spacing-unit * 2) !default;

.box {
    margin-bottom: $spacing-unit * 2;
    border: 1px solid $box-border-color;
    border-radius: 5px;
}


    .box__header {
        @extend %clearfix;
        padding: $box-padding;
        border-bottom: 1px solid $box-border-color;
    }

        /**
         * 1. approximate the height of a button
         */
        .box__heading {
            margin-bottom: 0;
            line-height: 1.25; /* [1] */
        }

        .box__action {
            float: right;
        }


    .box__body {
        padding: $box-padding;
    }

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/assets/stylesheets/workarea/storefront/components/_box.scss
workarea-storefront-3.4.12 app/assets/stylesheets/workarea/storefront/components/_box.scss